Html Css Color HEX #712468 Palatinate Purple

📋 copy color: '#712468'

red 113 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #712468

Tints of Palatinate Purple #712468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 44.66%
G = 14.23%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#712468 (or 0x712468) is known color: Palatinate Purple. HEX triplet: 71, 24 and 68. RGB value is (113,36,104). Sum of RGB (Red+Green+Blue) = 113+36+104=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712468 is #8EDB97. Grayscale: #424242. Windows color (decimal): -9362328 or 6825073. OLE color: 6825073.

HSL color Cylindrical-coordinate representation of color #712468: hue angle of 307.01º 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 #712468 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 104 -
CMYK 0 0.68 0.08 0.56
HSL 307.01º 0.52% 0.29% -
HSV(B) 307.01º 0.68% 0.44% -
XYZ 9.94 5.77 13.69 -
YUV 66.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 113 36 104 0 0.68 0.08 0.56 307.01 0.52 0.29
Hex 71 24 68 0 44 8 38 133 34 1D
Octal 161 44 150 0 104 10 70 463 64 35
Binary 1110001 100100 1101000 0 1000100 1000 111000 100110011 110100 11101

Color Harmonies of #712468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712468

Black with #712468

Text Example


Text Example

White with #712468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712468; }

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

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

background-color css

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

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

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

border-color css

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

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

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