Html Css Color HEX #702069 Palatinate Purple

📋 copy color: '#702069'

red 112 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #702069

Tints of Palatinate Purple #702069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 44.98%
G = 12.85%
B = 42.17%

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

#702069 (or 0x702069) is known color: Palatinate Purple. HEX triplet: 70, 20 and 69. RGB value is (112,32,105). Sum of RGB (Red+Green+Blue) = 112+32+105=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702069 is #8FDF96. Grayscale: #404040. Windows color (decimal): -9428887 or 6889584. OLE color: 6889584.

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

Color convert

RGB 112 32 105 -
CMYK 0 0.71 0.06 0.56
HSL 305.25º 0.56% 0.28% -
HSV(B) 305.25º 0.71% 0.44% -
XYZ 9.75 5.5 13.91 -
YUV 64.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 112 32 105 0 0.71 0.06 0.56 305.25 0.56 0.28
Hex 70 20 69 0 47 6 38 131 38 1C
Octal 160 40 151 0 107 6 70 461 70 34
Binary 1110000 100000 1101001 0 1000111 110 111000 100110001 111000 11100

Color Harmonies of #702069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702069

Black with #702069

Text Example


Text Example

White with #702069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702069; }

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

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

background-color css

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

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

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

border-color css

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

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

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