Html Css Color HEX #702470 Seance

📋 copy color: '#702470'

red 112 ◦ green 36 ◦ blue 112

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

Shades of Seance #702470

Tints of Seance #702470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 43.08%
G = 13.85%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702470 (or 0x702470) is known color: Seance. HEX triplet: 70, 24 and 70. RGB value is (112,36,112). Sum of RGB (Red+Green+Blue) = 112+36+112=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702470 is #8FDB8F. Grayscale: #434343. Windows color (decimal): -9427856 or 7349360. OLE color: 7349360.

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

Color convert

RGB 112 36 112 -
CMYK 0 0.68 0 0.56
HSL 300º 0.51% 0.29% -
HSV(B) 300º 0.68% 0.44% -
XYZ 10.24 5.88 15.92 -
YUV 67.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 112 36 112 0 0.68 0 0.56 300 0.51 0.29
Hex 70 24 70 0 44 0 38 12C 33 1D
Octal 160 44 160 0 104 0 70 454 63 35
Binary 1110000 100100 1110000 0 1000100 0 111000 100101100 110011 11101

Color Harmonies of #702470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702470

Black with #702470

Text Example


Text Example

White with #702470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702470; }

 p { color: rgb(112,36,112); }

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

background-color css

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

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

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

border-color css

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

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

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