Html Css Color HEX #702269 Palatinate Purple

📋 copy color: '#702269'

red 112 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #702269

Tints of Palatinate Purple #702269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 44.62%
G = 13.55%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#702269 (or 0x702269) is known color: Palatinate Purple. HEX triplet: 70, 22 and 69. RGB value is (112,34,105). Sum of RGB (Red+Green+Blue) = 112+34+105=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702269 is #8FDD96. Grayscale: #414141. Windows color (decimal): -9428375 or 6890096. OLE color: 6890096.

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

Color convert

RGB 112 34 105 -
CMYK 0 0.70 0.06 0.56
HSL 305.38º 0.53% 0.29% -
HSV(B) 305.38º 0.7% 0.44% -
XYZ 9.8 5.61 13.93 -
YUV 65.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 112 34 105 0 0.70 0.06 0.56 305.38 0.53 0.29
Hex 70 22 69 0 46 6 38 131 35 1D
Octal 160 42 151 0 106 6 70 461 65 35
Binary 1110000 100010 1101001 0 1000110 110 111000 100110001 110101 11101

Color Harmonies of #702269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702269

Black with #702269

Text Example


Text Example

White with #702269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702269; }

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

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

background-color css

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

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

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

border-color css

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

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

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