Html Css Color HEX #702768 Palatinate Purple

📋 copy color: '#702768'

red 112 ◦ green 39 ◦ blue 104

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

Shades of Palatinate Purple #702768

Tints of Palatinate Purple #702768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 43.92%
G = 15.29%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702768 (or 0x702768) is known color: Palatinate Purple. HEX triplet: 70, 27 and 68. RGB value is (112,39,104). Sum of RGB (Red+Green+Blue) = 112+39+104=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #702768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702768 is #8FD897. Grayscale: #444444. Windows color (decimal): -9427096 or 6825840. OLE color: 6825840.

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

Color convert

RGB 112 39 104 -
CMYK 0 0.65 0.07 0.56
HSL 306.58º 0.48% 0.3% -
HSV(B) 306.58º 0.65% 0.44% -
XYZ 9.91 5.9 13.71 -
YUV 68.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 112 39 104 0 0.65 0.07 0.56 306.58 0.48 0.3
Hex 70 27 68 0 41 7 38 133 30 1E
Octal 160 47 150 0 101 7 70 463 60 36
Binary 1110000 100111 1101000 0 1000001 111 111000 100110011 110000 11110

Color Harmonies of #702768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702768

Black with #702768

Text Example


Text Example

White with #702768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702768; }

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

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

background-color css

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

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

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

border-color css

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

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

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