Html Css Color HEX #702175 Seance

📋 copy color: '#702175'

red 112 ◦ green 33 ◦ blue 117

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

Shades of Seance #702175

Tints of Seance #702175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 42.75%
G = 12.6%
B = 44.66%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702175 (or 0x702175) is known color: Seance. HEX triplet: 70, 21 and 75. RGB value is (112,33,117). Sum of RGB (Red+Green+Blue) = 112+33+117=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #702175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702175 is #8FDE8A. Grayscale: #414141. Windows color (decimal): -9428619 or 7676272. OLE color: 7676272.

HSL color Cylindrical-coordinate representation of color #702175: hue angle of 296.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702175 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 33 117 -
CMYK 0.04 0.72 0 0.54
HSL 296.43º 0.56% 0.29% -
HSV(B) 296.43º 0.72% 0.46% -
XYZ 10.44 5.82 17.4 -
YUV 66.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 112 33 117 0.04 0.72 0 0.54 296.43 0.56 0.29
Hex 70 21 75 4 48 0 36 128 38 1D
Octal 160 41 165 4 110 0 66 450 70 35
Binary 1110000 100001 1110101 100 1001000 0 110110 100101000 111000 11101

Color Harmonies of #702175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702175

Black with #702175

Text Example


Text Example

White with #702175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702175; }

 p { color: rgb(112,33,117); }

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

background-color css

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

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

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

border-color css

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

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

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