Html Css Color HEX #702555 Pompadour

📋 copy color: '#702555'

red 112 ◦ green 37 ◦ blue 85

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

Shades of Pompadour #702555

Tints of Pompadour #702555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 47.86%
G = 15.81%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#702555 (or 0x702555) is known color: Pompadour. HEX triplet: 70, 25 and 55. RGB value is (112,37,85). Sum of RGB (Red+Green+Blue) = 112+37+85=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702555 is #8FDAAA. Grayscale: #404040. Windows color (decimal): -9427627 or 5580144. OLE color: 5580144.

HSL color Cylindrical-coordinate representation of color #702555: hue angle of 321.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702555 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 85 -
CMYK 0 0.67 0.24 0.56
HSL 321.6º 0.5% 0.29% -
HSV(B) 321.6º 0.67% 0.44% -
XYZ 8.98 5.42 9.17 -
YUV 64.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 112 37 85 0 0.67 0.24 0.56 321.6 0.5 0.29
Hex 70 25 55 0 43 18 38 142 32 1D
Octal 160 45 125 0 103 30 70 502 62 35
Binary 1110000 100101 1010101 0 1000011 11000 111000 101000010 110010 11101

Color Harmonies of #702555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702555

Black with #702555

Text Example


Text Example

White with #702555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702555; }

 p { color: rgb(112,37,85); }

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

background-color css

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

 a { background-color: rgb(112,37,85); }

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

border-color css

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

 span { border-color: rgb(112,37,85); }

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