Html Css Color HEX #702272 Seance

📋 copy color: '#702272'

red 112 ◦ green 34 ◦ blue 114

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

Shades of Seance #702272

Tints of Seance #702272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 43.08%
G = 13.08%
B = 43.85%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702272 (or 0x702272) is known color: Seance. HEX triplet: 70, 22 and 72. RGB value is (112,34,114). Sum of RGB (Red+Green+Blue) = 112+34+114=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #702272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702272 is #8FDD8D. Grayscale: #424242. Windows color (decimal): -9428366 or 7479920. OLE color: 7479920.

HSL color Cylindrical-coordinate representation of color #702272: hue angle of 298.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702272 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 34 114 -
CMYK 0.02 0.70 0 0.55
HSL 298.5º 0.54% 0.29% -
HSV(B) 298.5º 0.7% 0.45% -
XYZ 10.29 5.8 16.5 -
YUV 66.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 112 34 114 0.02 0.70 0 0.55 298.5 0.54 0.29
Hex 70 22 72 2 46 0 37 12A 36 1D
Octal 160 42 162 2 106 0 67 452 66 35
Binary 1110000 100010 1110010 10 1000110 0 110111 100101010 110110 11101

Color Harmonies of #702272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702272

Black with #702272

Text Example


Text Example

White with #702272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702272; }

 p { color: rgb(112,34,114); }

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

background-color css

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

 a { background-color: rgb(112,34,114); }

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

border-color css

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

 span { border-color: rgb(112,34,114); }

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