Html Css Color HEX #603362 Seance

📋 copy color: '#603362'

red 96 ◦ green 51 ◦ blue 98

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

Shades of Seance #603362

Tints of Seance #603362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 98 (38.67% from 255) = 40%

R = 39.18%
G = 20.82%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603362 (or 0x603362) is known color: Seance. HEX triplet: 60, 33 and 62. RGB value is (96,51,98). Sum of RGB (Red+Green+Blue) = 96+51+98=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #603362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603362 is #9FCC9D. Grayscale: #454545. Windows color (decimal): -10472606 or 6435680. OLE color: 6435680.

HSL color Cylindrical-coordinate representation of color #603362: hue angle of 297.45º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603362 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 98 -
CMYK 0.02 0.48 0 0.62
HSL 297.45º 0.32% 0.29% -
HSV(B) 297.45º 0.48% 0.38% -
XYZ 8.21 5.74 12.23 -
YUV 69.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 96 51 98 0.02 0.48 0 0.62 297.45 0.32 0.29
Hex 60 33 62 2 30 0 3E 129 20 1D
Octal 140 63 142 2 60 0 76 451 40 35
Binary 1100000 110011 1100010 10 110000 0 111110 100101001 100000 11101

Color Harmonies of #603362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603362

Black with #603362

Text Example


Text Example

White with #603362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603362; }

 p { color: rgb(96,51,98); }

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

background-color css

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

 a { background-color: rgb(96,51,98); }

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

border-color css

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

 span { border-color: rgb(96,51,98); }

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