Html Css Color HEX #712268 Palatinate Purple

📋 copy color: '#712268'

red 113 ◦ green 34 ◦ blue 104

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

Shades of Palatinate Purple #712268

Tints of Palatinate Purple #712268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

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

R = 45.02%
G = 13.55%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#712268 (or 0x712268) is known color: Palatinate Purple. HEX triplet: 71, 22 and 68. RGB value is (113,34,104). Sum of RGB (Red+Green+Blue) = 113+34+104=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712268 is #8EDD97. Grayscale: #414141. Windows color (decimal): -9362840 or 6824561. OLE color: 6824561.

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

Color convert

RGB 113 34 104 -
CMYK 0 0.70 0.08 0.56
HSL 306.84º 0.54% 0.29% -
HSV(B) 306.84º 0.7% 0.44% -
XYZ 9.88 5.65 13.67 -
YUV 65.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 113 34 104 0 0.70 0.08 0.56 306.84 0.54 0.29
Hex 71 22 68 0 46 8 38 133 36 1D
Octal 161 42 150 0 106 10 70 463 66 35
Binary 1110001 100010 1101000 0 1000110 1000 111000 100110011 110110 11101

Color Harmonies of #712268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712268

Black with #712268

Text Example


Text Example

White with #712268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712268; }

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

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

background-color css

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

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

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

border-color css

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

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

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