Html Css Color HEX #602072 Seance

📋 copy color: '#602072'

red 96 ◦ green 32 ◦ blue 114

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

Shades of Seance #602072

Tints of Seance #602072

RGB

 RED value IS 96 (37.89% from 255) = 39.67%

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

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

R = 39.67%
G = 13.22%
B = 47.11%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#602072 (or 0x602072) is known color: Seance. HEX triplet: 60, 20 and 72. RGB value is (96,32,114). Sum of RGB (Red+Green+Blue) = 96+32+114=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #602072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602072 is #9FDF8D. Grayscale: #3C3C3C. Windows color (decimal): -10477454 or 7479392. OLE color: 7479392.

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

Color convert

RGB 96 32 114 -
CMYK 0.16 0.72 0 0.55
HSL 286.83º 0.56% 0.29% -
HSV(B) 286.83º 0.72% 0.45% -
XYZ 8.38 4.73 16.39 -
YUV 60.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 96 32 114 0.16 0.72 0 0.55 286.83 0.56 0.29
Hex 60 20 72 10 48 0 37 11F 38 1D
Octal 140 40 162 20 110 0 67 437 70 35
Binary 1100000 100000 1110010 10000 1001000 0 110111 100011111 111000 11101

Color Harmonies of #602072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602072

Black with #602072

Text Example


Text Example

White with #602072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602072; }

 p { color: rgb(96,32,114); }

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

background-color css

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

 a { background-color: rgb(96,32,114); }

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

border-color css

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

 span { border-color: rgb(96,32,114); }

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