Html Css Color HEX #6B1C78 Seance

📋 copy color: '#6B1C78'

red 107 ◦ green 28 ◦ blue 120

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

Shades of Seance #6B1C78

Tints of Seance #6B1C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 41.96%
G = 10.98%
B = 47.06%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B1C78 (or 0x6B1C78) is known color: Seance. HEX triplet: 6B, 1C and 78. RGB value is (107,28,120). Sum of RGB (Red+Green+Blue) = 107+28+120=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B1C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1C78 is #94E387. Grayscale: #3D3D3D. Windows color (decimal): -9757576 or 7871595. OLE color: 7871595.

HSL color Cylindrical-coordinate representation of color #6B1C78: hue angle of 291.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1C78 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 28 120 -
CMYK 0.11 0.77 0 0.53
HSL 291.52º 0.62% 0.29% -
HSV(B) 291.52º 0.77% 0.47% -
XYZ 9.87 5.31 18.27 -
YUV 62.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 107 28 120 0.11 0.77 0 0.53 291.52 0.62 0.29
Hex 6B 1C 78 B 4D 0 35 124 3E 1D
Octal 153 34 170 13 115 0 65 444 76 35
Binary 1101011 11100 1111000 1011 1001101 0 110101 100100100 111110 11101

Color Harmonies of #6B1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1C78

Black with #6B1C78

Text Example


Text Example

White with #6B1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,120); }

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

background-color css

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

 a { background-color: rgb(107,28,120); }

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

border-color css

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

 span { border-color: rgb(107,28,120); }

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