Html Css Color HEX #702055 Pompadour

📋 copy color: '#702055'

red 112 ◦ green 32 ◦ blue 85

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

Shades of Pompadour #702055

Tints of Pompadour #702055

RGB

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

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

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

R = 48.91%
G = 13.97%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#702055 (or 0x702055) is known color: Pompadour. HEX triplet: 70, 20 and 55. RGB value is (112,32,85). Sum of RGB (Red+Green+Blue) = 112+32+85=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702055 is #8FDFAA. Grayscale: #3D3D3D. Windows color (decimal): -9428907 or 5578864. OLE color: 5578864.

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

Color convert

RGB 112 32 85 -
CMYK 0 0.71 0.24 0.56
HSL 320.25º 0.56% 0.28% -
HSV(B) 320.25º 0.71% 0.44% -
XYZ 8.84 5.13 9.12 -
YUV 61.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 112 32 85 0 0.71 0.24 0.56 320.25 0.56 0.28
Hex 70 20 55 0 47 18 38 140 38 1C
Octal 160 40 125 0 107 30 70 500 70 34
Binary 1110000 100000 1010101 0 1000111 11000 111000 101000000 111000 11100

Color Harmonies of #702055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702055

Black with #702055

Text Example


Text Example

White with #702055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702055; }

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

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

background-color css

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

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

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

border-color css

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

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

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