Html Css Color HEX #712FA6 Royal Purple

📋 copy color: '#712FA6'

red 113 ◦ green 47 ◦ blue 166

#712FA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #712FA6

Tints of Royal Purple #712FA6

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 166 (65.23% from 255) = 50.92%

R = 34.66%
G = 14.42%
B = 50.92%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#712FA6 (or 0x712FA6) is known color: Royal Purple. HEX triplet: 71, 2F and A6. RGB value is (113,47,166). Sum of RGB (Red+Green+Blue) = 113+47+166=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #712FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FA6 is #8ED059. Grayscale: #4F4F4F. Windows color (decimal): -9359450 or 10891121. OLE color: 10891121.

HSL color Cylindrical-coordinate representation of color #712FA6: hue angle of 273.28º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712FA6 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 47 166 -
CMYK 0.32 0.72 0 0.35
HSL 273.28º 0.56% 0.42% -
HSV(B) 273.28º 0.72% 0.65% -
XYZ 14.71 8.3 36.9 -
YUV 80.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 113 47 166 0.32 0.72 0 0.35 273.28 0.56 0.42
Hex 71 2F A6 20 48 0 23 111 38 2A
Octal 161 57 246 40 110 0 43 421 70 52
Binary 1110001 101111 10100110 100000 1001000 0 100011 100010001 111000 101010

Color Harmonies of #712FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FA6

Black with #712FA6

Text Example


Text Example

White with #712FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #712FA6;
 }
 .AnyTagClassName
 {
   color: #712FA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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