Html Css Color HEX #702067 Palatinate Purple

📋 copy color: '#702067'

red 112 ◦ green 32 ◦ blue 103

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

Shades of Palatinate Purple #702067

Tints of Palatinate Purple #702067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.7%

R = 45.34%
G = 12.96%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702067 (or 0x702067) is known color: Palatinate Purple. HEX triplet: 70, 20 and 67. RGB value is (112,32,103). Sum of RGB (Red+Green+Blue) = 112+32+103=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702067 is #8FDF98. Grayscale: #3F3F3F. Windows color (decimal): -9428889 or 6758512. OLE color: 6758512.

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

Color convert

RGB 112 32 103 -
CMYK 0 0.71 0.08 0.56
HSL 306.75º 0.56% 0.28% -
HSV(B) 306.75º 0.71% 0.44% -
XYZ 9.65 5.46 13.38 -
YUV 64.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 112 32 103 0 0.71 0.08 0.56 306.75 0.56 0.28
Hex 70 20 67 0 47 8 38 133 38 1C
Octal 160 40 147 0 107 10 70 463 70 34
Binary 1110000 100000 1100111 0 1000111 1000 111000 100110011 111000 11100

Color Harmonies of #702067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702067

Black with #702067

Text Example


Text Example

White with #702067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702067; }

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

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

background-color css

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

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

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

border-color css

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

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

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