Html Css Color HEX #712CAB Royal Purple

📋 copy color: '#712CAB'

red 113 ◦ green 44 ◦ blue 171

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

Shades of Royal Purple #712CAB

Tints of Royal Purple #712CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 34.45%
G = 13.41%
B = 52.13%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#712CAB (or 0x712CAB) is known color: Royal Purple. HEX triplet: 71, 2C and AB. RGB value is (113,44,171). Sum of RGB (Red+Green+Blue) = 113+44+171=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #712CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712CAB is #8ED354. Grayscale: #4E4E4E. Windows color (decimal): -9360213 or 11218033. OLE color: 11218033.

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

Color convert

RGB 113 44 171 -
CMYK 0.34 0.74 0 0.33
HSL 272.6º 0.59% 0.42% -
HSV(B) 272.6º 0.74% 0.67% -
XYZ 15.06 8.25 39.33 -
YUV 79.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 113 44 171 0.34 0.74 0 0.33 272.6 0.59 0.42
Hex 71 2C AB 22 4A 0 21 111 3B 2A
Octal 161 54 253 42 112 0 41 421 73 52
Binary 1110001 101100 10101011 100010 1001010 0 100001 100010001 111011 101010

Color Harmonies of #712CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CAB

Black with #712CAB

Text Example


Text Example

White with #712CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,171); }

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

background-color css

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

 a { background-color: rgb(113,44,171); }

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

border-color css

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

 span { border-color: rgb(113,44,171); }

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