Html Css Color HEX #712BAB Royal Purple

📋 copy color: '#712BAB'

red 113 ◦ green 43 ◦ blue 171

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

Shades of Royal Purple #712BAB

Tints of Royal Purple #712BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

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

R = 34.56%
G = 13.15%
B = 52.29%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#712BAB (or 0x712BAB) is known color: Royal Purple. HEX triplet: 71, 2B and AB. RGB value is (113,43,171). Sum of RGB (Red+Green+Blue) = 113+43+171=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #712BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712BAB is #8ED454. Grayscale: #4E4E4E. Windows color (decimal): -9360469 or 11217777. OLE color: 11217777.

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

Color convert

RGB 113 43 171 -
CMYK 0.34 0.75 0 0.33
HSL 272.81º 0.6% 0.42% -
HSV(B) 272.81º 0.75% 0.67% -
XYZ 15.02 8.18 39.31 -
YUV 78.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 113 43 171 0.34 0.75 0 0.33 272.81 0.6 0.42
Hex 71 2B AB 22 4B 0 21 111 3C 2A
Octal 161 53 253 42 113 0 41 421 74 52
Binary 1110001 101011 10101011 100010 1001011 0 100001 100010001 111100 101010

Color Harmonies of #712BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BAB

Black with #712BAB

Text Example


Text Example

White with #712BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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