Html Css Color HEX #662380 Seance

📋 copy color: '#662380'

red 102 ◦ green 35 ◦ blue 128

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

Shades of Seance #662380

Tints of Seance #662380

RGB

 RED value IS 102 (40.23% from 255) = 38.49%

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

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 38.49%
G = 13.21%
B = 48.3%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#662380 (or 0x662380) is known color: Seance. HEX triplet: 66, 23 and 80. RGB value is (102,35,128). Sum of RGB (Red+Green+Blue) = 102+35+128=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #662380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662380 is #99DC7F. Grayscale: #414141. Windows color (decimal): -10083456 or 8397670. OLE color: 8397670.

HSL color Cylindrical-coordinate representation of color #662380: hue angle of 283.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662380 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 35 128 -
CMYK 0.20 0.73 0 0.50
HSL 283.23º 0.57% 0.32% -
HSV(B) 283.23º 0.73% 0.5% -
XYZ 9.98 5.59 20.97 -
YUV 65.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 102 35 128 0.20 0.73 0 0.50 283.23 0.57 0.32
Hex 66 23 80 14 49 0 32 11B 39 20
Octal 146 43 200 24 111 0 62 433 71 40
Binary 1100110 100011 10000000 10100 1001001 0 110010 100011011 111001 100000

Color Harmonies of #662380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662380

Black with #662380

Text Example


Text Example

White with #662380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662380; }

 p { color: rgb(102,35,128); }

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

background-color css

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

 a { background-color: rgb(102,35,128); }

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

border-color css

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

 span { border-color: rgb(102,35,128); }

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