Html Css Color HEX #712DAC Royal Purple

📋 copy color: '#712DAC'

red 113 ◦ green 45 ◦ blue 172

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

Shades of Royal Purple #712DAC

Tints of Royal Purple #712DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 34.24%
G = 13.64%
B = 52.12%

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

#712DAC (or 0x712DAC) is known color: Royal Purple. HEX triplet: 71, 2D and AC. RGB value is (113,45,172). Sum of RGB (Red+Green+Blue) = 113+45+172=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #712DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DAC is #8ED253. Grayscale: #4F4F4F. Windows color (decimal): -9359956 or 11283825. OLE color: 11283825.

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

Color convert

RGB 113 45 172 -
CMYK 0.34 0.74 0 0.33
HSL 272.13º 0.59% 0.43% -
HSV(B) 272.13º 0.74% 0.67% -
XYZ 15.19 8.37 39.84 -
YUV 79.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 113 45 172 0.34 0.74 0 0.33 272.13 0.59 0.43
Hex 71 2D AC 22 4A 0 21 110 3B 2B
Octal 161 55 254 42 112 0 41 420 73 53
Binary 1110001 101101 10101100 100010 1001010 0 100001 100010000 111011 101011

Color Harmonies of #712DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DAC

Black with #712DAC

Text Example


Text Example

White with #712DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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