Html Css Color HEX #602272 Seance

📋 copy color: '#602272'

red 96 ◦ green 34 ◦ blue 114

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

Shades of Seance #602272

Tints of Seance #602272

RGB

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

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

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

R = 39.34%
G = 13.93%
B = 46.72%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#602272 (or 0x602272) is known color: Seance. HEX triplet: 60, 22 and 72. RGB value is (96,34,114). Sum of RGB (Red+Green+Blue) = 96+34+114=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #602272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602272 is #9FDD8D. Grayscale: #3D3D3D. Windows color (decimal): -10476942 or 7479904. OLE color: 7479904.

HSL color Cylindrical-coordinate representation of color #602272: hue angle of 286.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 #602272 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 34 114 -
CMYK 0.16 0.70 0 0.55
HSL 286.5º 0.54% 0.29% -
HSV(B) 286.5º 0.7% 0.45% -
XYZ 8.43 4.85 16.41 -
YUV 61.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 96 34 114 0.16 0.70 0 0.55 286.5 0.54 0.29
Hex 60 22 72 10 46 0 37 11E 36 1D
Octal 140 42 162 20 106 0 67 436 66 35
Binary 1100000 100010 1110010 10000 1000110 0 110111 100011110 110110 11101

Color Harmonies of #602272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602272

Black with #602272

Text Example


Text Example

White with #602272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602272; }

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

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

background-color css

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

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

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

border-color css

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

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

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