Html Css Color HEX #712168 Palatinate Purple

📋 copy color: '#712168'

red 113 ◦ green 33 ◦ blue 104

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

Shades of Palatinate Purple #712168

Tints of Palatinate Purple #712168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 45.2%
G = 13.2%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#712168 (or 0x712168) is known color: Palatinate Purple. HEX triplet: 71, 21 and 68. RGB value is (113,33,104). Sum of RGB (Red+Green+Blue) = 113+33+104=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712168 is #8EDE97. Grayscale: #404040. Windows color (decimal): -9363096 or 6824305. OLE color: 6824305.

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

Color convert

RGB 113 33 104 -
CMYK 0 0.71 0.08 0.56
HSL 306.75º 0.55% 0.29% -
HSV(B) 306.75º 0.71% 0.44% -
XYZ 9.85 5.6 13.66 -
YUV 65.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 113 33 104 0 0.71 0.08 0.56 306.75 0.55 0.29
Hex 71 21 68 0 47 8 38 133 37 1D
Octal 161 41 150 0 107 10 70 463 67 35
Binary 1110001 100001 1101000 0 1000111 1000 111000 100110011 110111 11101

Color Harmonies of #712168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712168

Black with #712168

Text Example


Text Example

White with #712168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712168; }

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

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

background-color css

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

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

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

border-color css

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

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

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