Html Css Color HEX #6B2382 Seance

📋 copy color: '#6B2382'

red 107 ◦ green 35 ◦ blue 130

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

Shades of Seance #6B2382

Tints of Seance #6B2382

RGB

 RED value IS 107 (42.19% from 255) = 39.34%

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

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 39.34%
G = 12.87%
B = 47.79%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B2382 (or 0x6B2382) is known color: Seance. HEX triplet: 6B, 23 and 82. RGB value is (107,35,130). Sum of RGB (Red+Green+Blue) = 107+35+130=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2382 is #94DC7D. Grayscale: #434343. Windows color (decimal): -9755774 or 8528747. OLE color: 8528747.

HSL color Cylindrical-coordinate representation of color #6B2382: hue angle of 285.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2382 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 35 130 -
CMYK 0.18 0.73 0 0.49
HSL 285.47º 0.58% 0.32% -
HSV(B) 285.47º 0.73% 0.51% -
XYZ 10.69 5.94 21.7 -
YUV 67.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 107 35 130 0.18 0.73 0 0.49 285.47 0.58 0.32
Hex 6B 23 82 12 49 0 31 11D 3A 20
Octal 153 43 202 22 111 0 61 435 72 40
Binary 1101011 100011 10000010 10010 1001001 0 110001 100011101 111010 100000

Color Harmonies of #6B2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2382

Black with #6B2382

Text Example


Text Example

White with #6B2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2382; }

 p { color: rgb(107,35,130); }

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

background-color css

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

 a { background-color: rgb(107,35,130); }

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

border-color css

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

 span { border-color: rgb(107,35,130); }

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