Html Css Color HEX #602175 Seance

📋 copy color: '#602175'

red 96 ◦ green 33 ◦ blue 117

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

Shades of Seance #602175

Tints of Seance #602175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 39.02%
G = 13.41%
B = 47.56%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602175 (or 0x602175) is known color: Seance. HEX triplet: 60, 21 and 75. RGB value is (96,33,117). Sum of RGB (Red+Green+Blue) = 96+33+117=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #602175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602175 is #9FDE8A. Grayscale: #3D3D3D. Windows color (decimal): -10477195 or 7676256. OLE color: 7676256.

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

Color convert

RGB 96 33 117 -
CMYK 0.18 0.72 0 0.54
HSL 285º 0.56% 0.29% -
HSV(B) 285º 0.72% 0.46% -
XYZ 8.58 4.86 17.32 -
YUV 61.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 96 33 117 0.18 0.72 0 0.54 285 0.56 0.29
Hex 60 21 75 12 48 0 36 11D 38 1D
Octal 140 41 165 22 110 0 66 435 70 35
Binary 1100000 100001 1110101 10010 1001000 0 110110 100011101 111000 11101

Color Harmonies of #602175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602175

Black with #602175

Text Example


Text Example

White with #602175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602175; }

 p { color: rgb(96,33,117); }

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

background-color css

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

 a { background-color: rgb(96,33,117); }

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

border-color css

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

 span { border-color: rgb(96,33,117); }

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