Html Css Color HEX #702868 Palatinate Purple

📋 copy color: '#702868'

red 112 ◦ green 40 ◦ blue 104

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

Shades of Palatinate Purple #702868

Tints of Palatinate Purple #702868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 43.75%
G = 15.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702868 (or 0x702868) is known color: Palatinate Purple. HEX triplet: 70, 28 and 68. RGB value is (112,40,104). Sum of RGB (Red+Green+Blue) = 112+40+104=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #702868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702868 is #8FD797. Grayscale: #444444. Windows color (decimal): -9426840 or 6826096. OLE color: 6826096.

HSL color Cylindrical-coordinate representation of color #702868: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702868 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 104 -
CMYK 0 0.64 0.07 0.56
HSL 306.67º 0.47% 0.3% -
HSV(B) 306.67º 0.64% 0.44% -
XYZ 9.94 5.96 13.72 -
YUV 68.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 112 40 104 0 0.64 0.07 0.56 306.67 0.47 0.3
Hex 70 28 68 0 40 7 38 133 2F 1E
Octal 160 50 150 0 100 7 70 463 57 36
Binary 1110000 101000 1101000 0 1000000 111 111000 100110011 101111 11110

Color Harmonies of #702868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702868

Black with #702868

Text Example


Text Example

White with #702868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702868; }

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

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

background-color css

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

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

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

border-color css

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

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

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