Html Css Color HEX #6F2478 Seance

📋 copy color: '#6F2478'

red 111 ◦ green 36 ◦ blue 120

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

Shades of Seance #6F2478

Tints of Seance #6F2478

RGB

 RED value IS 111 (43.75% from 255) = 41.57%

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 41.57%
G = 13.48%
B = 44.94%

CMYK

 C value IS 0.08

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F2478 (or 0x6F2478) is known color: Seance. HEX triplet: 6F, 24 and 78. RGB value is (111,36,120). Sum of RGB (Red+Green+Blue) = 111+36+120=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F2478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2478 is #90DB87. Grayscale: #434343. Windows color (decimal): -9493384 or 7873647. OLE color: 7873647.

HSL color Cylindrical-coordinate representation of color #6F2478: hue angle of 293.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2478 is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 36 120 -
CMYK 0.08 0.7 0 0.53
HSL 293.57º 0.54% 0.31% -
HSV(B) 293.57º 0.7% 0.47% -
XYZ 10.58 6 18.37 -
YUV 68 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 111 36 120 0.08 0.7 0 0.53 293.57 0.54 0.31
Hex 6F 24 78 8 46 0 35 126 36 1F
Octal 157 44 170 10 106 0 65 446 66 37
Binary 1101111 100100 1111000 1000 1000110 0 110101 100100110 110110 11111

Color Harmonies of #6F2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2478

Black with #6F2478

Text Example


Text Example

White with #6F2478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,120); }

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

background-color css

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

 a { background-color: rgb(111,36,120); }

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

border-color css

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

 span { border-color: rgb(111,36,120); }

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