Html Css Color HEX #712BAE Royal Purple

📋 copy color: '#712BAE'

red 113 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #712BAE

Tints of Royal Purple #712BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 34.24%
G = 13.03%
B = 52.73%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#712BAE (or 0x712BAE) is known color: Royal Purple. HEX triplet: 71, 2B and AE. RGB value is (113,43,174). Sum of RGB (Red+Green+Blue) = 113+43+174=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #712BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712BAE is #8ED451. Grayscale: #4E4E4E. Windows color (decimal): -9360466 or 11414385. OLE color: 11414385.

HSL color Cylindrical-coordinate representation of color #712BAE: hue angle of 272.06º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712BAE is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 43 174 -
CMYK 0.35 0.75 0 0.32
HSL 272.06º 0.6% 0.43% -
HSV(B) 272.06º 0.75% 0.68% -
XYZ 15.31 8.29 40.84 -
YUV 78.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 113 43 174 0.35 0.75 0 0.32 272.06 0.6 0.43
Hex 71 2B AE 23 4B 0 20 110 3C 2B
Octal 161 53 256 43 113 0 40 420 74 53
Binary 1110001 101011 10101110 100011 1001011 0 100000 100010000 111100 101011

Color Harmonies of #712BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BAE

Black with #712BAE

Text Example


Text Example

White with #712BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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