Html Css Color HEX #6C1E87 Vivid Violet

📋 copy color: '#6C1E87'

red 108 ◦ green 30 ◦ blue 135

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

Shades of Vivid Violet #6C1E87

Tints of Vivid Violet #6C1E87

RGB

 RED value IS 108 (42.58% from 255) = 39.56%

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 39.56%
G = 10.99%
B = 49.45%

CMYK

 C value IS 0.2

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C1E87 (or 0x6C1E87) is known color: Vivid Violet. HEX triplet: 6C, 1E and 87. RGB value is (108,30,135). Sum of RGB (Red+Green+Blue) = 108+30+135=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C1E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1E87 is #93E178. Grayscale: #404040. Windows color (decimal): -9691513 or 8855148. OLE color: 8855148.

HSL color Cylindrical-coordinate representation of color #6C1E87: hue angle of 284.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1E87 is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 30 135 -
CMYK 0.2 0.78 0 0.47
HSL 284.57º 0.64% 0.32% -
HSV(B) 284.57º 0.78% 0.53% -
XYZ 11.02 5.87 23.47 -
YUV 65.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 108 30 135 0.2 0.78 0 0.47 284.57 0.64 0.32
Hex 6C 1E 87 14 4E 0 2F 11D 40 20
Octal 154 36 207 24 116 0 57 435 100 40
Binary 1101100 11110 10000111 10100 1001110 0 101111 100011101 1000000 100000

Color Harmonies of #6C1E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E87

Black with #6C1E87

Text Example


Text Example

White with #6C1E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,30,135); }

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

background-color css

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

 a { background-color: rgb(108,30,135); }

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

border-color css

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

 span { border-color: rgb(108,30,135); }

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