Html Css Color HEX #6D2378 Seance

📋 copy color: '#6D2378'

red 109 ◦ green 35 ◦ blue 120

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

Shades of Seance #6D2378

Tints of Seance #6D2378

RGB

 RED value IS 109 (42.97% from 255) = 41.29%

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 41.29%
G = 13.26%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D2378 (or 0x6D2378) is known color: Seance. HEX triplet: 6D, 23 and 78. RGB value is (109,35,120). Sum of RGB (Red+Green+Blue) = 109+35+120=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2378 is #92DC87. Grayscale: #424242. Windows color (decimal): -9624712 or 7873389. OLE color: 7873389.

HSL color Cylindrical-coordinate representation of color #6D2378: hue angle of 292.24º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2378 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 35 120 -
CMYK 0.09 0.71 0 0.53
HSL 292.24º 0.55% 0.3% -
HSV(B) 292.24º 0.71% 0.47% -
XYZ 10.3 5.81 18.35 -
YUV 66.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 109 35 120 0.09 0.71 0 0.53 292.24 0.55 0.3
Hex 6D 23 78 9 47 0 35 124 37 1E
Octal 155 43 170 11 107 0 65 444 67 36
Binary 1101101 100011 1111000 1001 1000111 0 110101 100100100 110111 11110

Color Harmonies of #6D2378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2378

Black with #6D2378

Text Example


Text Example

White with #6D2378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,35,120); }

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

background-color css

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

 a { background-color: rgb(109,35,120); }

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

border-color css

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

 span { border-color: rgb(109,35,120); }

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