Html Css Color HEX #70266D Palatinate Purple

📋 copy color: '#70266D'

red 112 ◦ green 38 ◦ blue 109

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

Shades of Palatinate Purple #70266D

Tints of Palatinate Purple #70266D

RGB

 RED value IS 112 (44.14% from 255) = 43.24%

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 43.24%
G = 14.67%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70266D (or 0x70266D) is known color: Palatinate Purple. HEX triplet: 70, 26 and 6D. RGB value is (112,38,109). Sum of RGB (Red+Green+Blue) = 112+38+109=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266D is #8FD992. Grayscale: #444444. Windows color (decimal): -9427347 or 7153264. OLE color: 7153264.

HSL color Cylindrical-coordinate representation of color #70266D: hue angle of 302.43º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70266D is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 109 -
CMYK 0 0.66 0.03 0.56
HSL 302.43º 0.49% 0.29% -
HSV(B) 302.43º 0.66% 0.44% -
XYZ 10.14 5.94 15.08 -
YUV 68.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 112 38 109 0 0.66 0.03 0.56 302.43 0.49 0.29
Hex 70 26 6D 0 42 3 38 12E 31 1D
Octal 160 46 155 0 102 3 70 456 61 35
Binary 1110000 100110 1101101 0 1000010 11 111000 100101110 110001 11101

Color Harmonies of #70266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70266D

Black with #70266D

Text Example


Text Example

White with #70266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70266D; }

 p { color: rgb(112,38,109); }

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

background-color css

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

 a { background-color: rgb(112,38,109); }

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

border-color css

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

 span { border-color: rgb(112,38,109); }

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