Html Css Color HEX #712462 Palatinate Purple

📋 copy color: '#712462'

red 113 ◦ green 36 ◦ blue 98

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

Shades of Palatinate Purple #712462

Tints of Palatinate Purple #712462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 45.75%
G = 14.57%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#712462 (or 0x712462) is known color: Palatinate Purple. HEX triplet: 71, 24 and 62. RGB value is (113,36,98). Sum of RGB (Red+Green+Blue) = 113+36+98=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712462 is #8EDB9D. Grayscale: #414141. Windows color (decimal): -9362334 or 6431857. OLE color: 6431857.

HSL color Cylindrical-coordinate representation of color #712462: hue angle of 311.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712462 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 98 -
CMYK 0 0.68 0.13 0.56
HSL 311.69º 0.52% 0.29% -
HSV(B) 311.69º 0.68% 0.44% -
XYZ 9.65 5.65 12.14 -
YUV 66.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 113 36 98 0 0.68 0.13 0.56 311.69 0.52 0.29
Hex 71 24 62 0 44 D 38 138 34 1D
Octal 161 44 142 0 104 15 70 470 64 35
Binary 1110001 100100 1100010 0 1000100 1101 111000 100111000 110100 11101

Color Harmonies of #712462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712462

Black with #712462

Text Example


Text Example

White with #712462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712462; }

 p { color: rgb(113,36,98); }

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

background-color css

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

 a { background-color: rgb(113,36,98); }

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

border-color css

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

 span { border-color: rgb(113,36,98); }

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