Html Css Color HEX #602273 Seance

📋 copy color: '#602273'

red 96 ◦ green 34 ◦ blue 115

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

Shades of Seance #602273

Tints of Seance #602273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 39.18%
G = 13.88%
B = 46.94%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#602273 (or 0x602273) is known color: Seance. HEX triplet: 60, 22 and 73. RGB value is (96,34,115). Sum of RGB (Red+Green+Blue) = 96+34+115=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #602273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602273 is #9FDD8C. Grayscale: #3D3D3D. Windows color (decimal): -10476941 or 7545440. OLE color: 7545440.

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

Color convert

RGB 96 34 115 -
CMYK 0.17 0.70 0 0.55
HSL 285.93º 0.54% 0.29% -
HSV(B) 285.93º 0.7% 0.45% -
XYZ 8.49 4.87 16.71 -
YUV 61.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 96 34 115 0.17 0.70 0 0.55 285.93 0.54 0.29
Hex 60 22 73 11 46 0 37 11E 36 1D
Octal 140 42 163 21 106 0 67 436 66 35
Binary 1100000 100010 1110011 10001 1000110 0 110111 100011110 110110 11101

Color Harmonies of #602273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602273

Black with #602273

Text Example


Text Example

White with #602273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602273; }

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

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

background-color css

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

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

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

border-color css

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

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

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