Html Css Color HEX #712DAE Royal Purple

📋 copy color: '#712DAE'

red 113 ◦ green 45 ◦ blue 174

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

Shades of Royal Purple #712DAE

Tints of Royal Purple #712DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 34.04%
G = 13.55%
B = 52.41%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#712DAE (or 0x712DAE) is known color: Royal Purple. HEX triplet: 71, 2D and AE. RGB value is (113,45,174). Sum of RGB (Red+Green+Blue) = 113+45+174=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #712DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DAE is #8ED251. Grayscale: #4F4F4F. Windows color (decimal): -9359954 or 11414897. OLE color: 11414897.

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

Color convert

RGB 113 45 174 -
CMYK 0.35 0.74 0 0.32
HSL 271.63º 0.59% 0.43% -
HSV(B) 271.63º 0.74% 0.68% -
XYZ 15.39 8.44 40.86 -
YUV 80.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 113 45 174 0.35 0.74 0 0.32 271.63 0.59 0.43
Hex 71 2D AE 23 4A 0 20 110 3B 2B
Octal 161 55 256 43 112 0 40 420 73 53
Binary 1110001 101101 10101110 100011 1001010 0 100000 100010000 111011 101011

Color Harmonies of #712DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DAE

Black with #712DAE

Text Example


Text Example

White with #712DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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