Html Css Color HEX #702D6F Seance

📋 copy color: '#702D6F'

red 112 ◦ green 45 ◦ blue 111

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

Shades of Seance #702D6F

Tints of Seance #702D6F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 41.79%
G = 16.79%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#702D6F (or 0x702D6F) is known color: Seance. HEX triplet: 70, 2D and 6F. RGB value is (112,45,111). Sum of RGB (Red+Green+Blue) = 112+45+111=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #702D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D6F is #8FD290. Grayscale: #484848. Windows color (decimal): -9425553 or 7286128. OLE color: 7286128.

HSL color Cylindrical-coordinate representation of color #702D6F: hue angle of 300.9º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D6F is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 111 -
CMYK 0 0.60 0.01 0.56
HSL 300.9º 0.43% 0.31% -
HSV(B) 300.9º 0.6% 0.44% -
XYZ 10.49 6.47 15.73 -
YUV 72.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 112 45 111 0 0.60 0.01 0.56 300.9 0.43 0.31
Hex 70 2D 6F 0 3C 1 38 12D 2B 1F
Octal 160 55 157 0 74 1 70 455 53 37
Binary 1110000 101101 1101111 0 111100 1 111000 100101101 101011 11111

Color Harmonies of #702D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D6F

Black with #702D6F

Text Example


Text Example

White with #702D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702D6F; }

 p { color: rgb(112,45,111); }

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

background-color css

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

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

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

border-color css

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

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

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