Html Css Color HEX #702068 Palatinate Purple

📋 copy color: '#702068'

red 112 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #702068

Tints of Palatinate Purple #702068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 45.16%
G = 12.9%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702068 (or 0x702068) is known color: Palatinate Purple. HEX triplet: 70, 20 and 68. RGB value is (112,32,104). Sum of RGB (Red+Green+Blue) = 112+32+104=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702068 is #8FDF97. Grayscale: #3F3F3F. Windows color (decimal): -9428888 or 6824048. OLE color: 6824048.

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

Color convert

RGB 112 32 104 -
CMYK 0 0.71 0.07 0.56
HSL 306º 0.56% 0.28% -
HSV(B) 306º 0.71% 0.44% -
XYZ 9.7 5.48 13.64 -
YUV 64.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 112 32 104 0 0.71 0.07 0.56 306 0.56 0.28
Hex 70 20 68 0 47 7 38 132 38 1C
Octal 160 40 150 0 107 7 70 462 70 34
Binary 1110000 100000 1101000 0 1000111 111 111000 100110010 111000 11100

Color Harmonies of #702068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702068

Black with #702068

Text Example


Text Example

White with #702068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702068; }

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

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

background-color css

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

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

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

border-color css

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

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

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