Html Css Color HEX #6A1C78 Seance

📋 copy color: '#6A1C78'

red 106 ◦ green 28 ◦ blue 120

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

Shades of Seance #6A1C78

Tints of Seance #6A1C78

RGB

 RED value IS 106 (41.8% from 255) = 41.73%

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

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

R = 41.73%
G = 11.02%
B = 47.24%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A1C78 (or 0x6A1C78) is known color: Seance. HEX triplet: 6A, 1C and 78. RGB value is (106,28,120). Sum of RGB (Red+Green+Blue) = 106+28+120=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A1C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1C78 is #95E387. Grayscale: #3D3D3D. Windows color (decimal): -9823112 or 7871594. OLE color: 7871594.

HSL color Cylindrical-coordinate representation of color #6A1C78: hue angle of 290.87º 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 #6A1C78 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 28 120 -
CMYK 0.12 0.77 0 0.53
HSL 290.87º 0.62% 0.29% -
HSV(B) 290.87º 0.77% 0.47% -
XYZ 9.75 5.25 18.27 -
YUV 61.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 106 28 120 0.12 0.77 0 0.53 290.87 0.62 0.29
Hex 6A 1C 78 C 4D 0 35 123 3E 1D
Octal 152 34 170 14 115 0 65 443 76 35
Binary 1101010 11100 1111000 1100 1001101 0 110101 100100011 111110 11101

Color Harmonies of #6A1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1C78

Black with #6A1C78

Text Example


Text Example

White with #6A1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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