Html Css Color HEX #702169 Palatinate Purple

📋 copy color: '#702169'

red 112 ◦ green 33 ◦ blue 105

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

Shades of Palatinate Purple #702169

Tints of Palatinate Purple #702169

RGB

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

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

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

R = 44.8%
G = 13.2%
B = 42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#702169 (or 0x702169) is known color: Palatinate Purple. HEX triplet: 70, 21 and 69. RGB value is (112,33,105). Sum of RGB (Red+Green+Blue) = 112+33+105=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702169 is #8FDE96. Grayscale: #404040. Windows color (decimal): -9428631 or 6889840. OLE color: 6889840.

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

Color convert

RGB 112 33 105 -
CMYK 0 0.71 0.06 0.56
HSL 305.32º 0.54% 0.28% -
HSV(B) 305.32º 0.71% 0.44% -
XYZ 9.78 5.55 13.92 -
YUV 64.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 112 33 105 0 0.71 0.06 0.56 305.32 0.54 0.28
Hex 70 21 69 0 47 6 38 131 36 1C
Octal 160 41 151 0 107 6 70 461 66 34
Binary 1110000 100001 1101001 0 1000111 110 111000 100110001 110110 11100

Color Harmonies of #702169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702169

Black with #702169

Text Example


Text Example

White with #702169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702169; }

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

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

background-color css

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

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

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

border-color css

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

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

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