#712FAA

Color #712FAA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #712FAA

Tints of Royal Purple #712FAA

Color information

#712FAA (or 0x712FAA) is unknown color: approx Royal Purple. HEX triplet: 71, 2F and AA. RGB value is (113,47,170). Sum of RGB (Red+Green+Blue) = 113+47+170=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #712FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FAA is #8ED055. Grayscale: #505050. Windows color (decimal): -9359446 or 11153265. OLE color: 11153265.

HSL color Cylindrical-coordinate representation of color #712FAA: hue angle of 272.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712FAA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11347170-
CMYK0.340.7200.33
HSL272.2º56.68%42.55%-
HSV(B)272.2º72.35%66.67%-
XYZ15.088.4538.87-
YUV80.76178.37151-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 47 (18.75% from 255) = 14.24%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=34.24%
G=14.24%
B=51.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113471700.340.7200.33272.256.6842.55
Hex712FAA2248021110392b
Octal16157252421100414207153
Binary11100011011111010101010001010010000100001100010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712FAA; }

 p { color: rgb(113,47,170); }

 H1.HeaderClassName
 {
   color: #712FAA;
 }
 .AnyTagClassName
 {
   color: #712FAA;
 }
</style>
background-color css

<style>
 a { background-color: #712FAA; }

 a { background-color: rgb(113,47,170); }

 div.DivClassName
 {
   background-color: #712FAA;
 }
 .BgClassName
 {
   background-color: #712FAA;
 }
</style>
border-color css

<style>
 span { border-color: #712FAA; }

 span { border-color: rgb(113,47,170); }

 td.TdClassName
 {
   border-color: #712FAA;
 }
 .TagClassName
 {
   border-color: #712FAA;
 }
</style>