Html Css Color HEX #702266 Palatinate Purple

📋 copy color: '#702266'

red 112 ◦ green 34 ◦ blue 102

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

Shades of Palatinate Purple #702266

Tints of Palatinate Purple #702266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 45.16%
G = 13.71%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#702266 (or 0x702266) is known color: Palatinate Purple. HEX triplet: 70, 22 and 66. RGB value is (112,34,102). Sum of RGB (Red+Green+Blue) = 112+34+102=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702266 is #8FDD99. Grayscale: #404040. Windows color (decimal): -9428378 or 6693488. OLE color: 6693488.

HSL color Cylindrical-coordinate representation of color #702266: hue angle of 307.69º degrees, saturation: 0.53, 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 #702266 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 102 -
CMYK 0 0.70 0.09 0.56
HSL 307.69º 0.53% 0.29% -
HSV(B) 307.69º 0.7% 0.44% -
XYZ 9.65 5.55 13.13 -
YUV 65.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 112 34 102 0 0.70 0.09 0.56 307.69 0.53 0.29
Hex 70 22 66 0 46 9 38 134 35 1D
Octal 160 42 146 0 106 11 70 464 65 35
Binary 1110000 100010 1100110 0 1000110 1001 111000 100110100 110101 11101

Color Harmonies of #702266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702266

Black with #702266

Text Example


Text Example

White with #702266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702266; }

 p { color: rgb(112,34,102); }

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

background-color css

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

 a { background-color: rgb(112,34,102); }

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

border-color css

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

 span { border-color: rgb(112,34,102); }

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