Html Css Color HEX #602367 Seance

📋 copy color: '#602367'

red 96 ◦ green 35 ◦ blue 103

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

Shades of Seance #602367

Tints of Seance #602367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 41.03%
G = 14.96%
B = 44.02%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#602367 (or 0x602367) is known color: Seance. HEX triplet: 60, 23 and 67. RGB value is (96,35,103). Sum of RGB (Red+Green+Blue) = 96+35+103=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #602367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602367 is #9FDC98. Grayscale: #3C3C3C. Windows color (decimal): -10476697 or 6759264. OLE color: 6759264.

HSL color Cylindrical-coordinate representation of color #602367: hue angle of 293.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602367 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 35 103 -
CMYK 0.07 0.66 0 0.60
HSL 293.82º 0.49% 0.27% -
HSV(B) 293.82º 0.66% 0.4% -
XYZ 7.87 4.67 13.32 -
YUV 60.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 96 35 103 0.07 0.66 0 0.60 293.82 0.49 0.27
Hex 60 23 67 7 42 0 3C 126 31 1B
Octal 140 43 147 7 102 0 74 446 61 33
Binary 1100000 100011 1100111 111 1000010 0 111100 100100110 110001 11011

Color Harmonies of #602367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602367

Black with #602367

Text Example


Text Example

White with #602367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602367; }

 p { color: rgb(96,35,103); }

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

background-color css

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

 a { background-color: rgb(96,35,103); }

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

border-color css

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

 span { border-color: rgb(96,35,103); }

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