Html Css Color HEX #6C1590 Vivid Violet

📋 copy color: '#6C1590'

red 108 ◦ green 21 ◦ blue 144

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

Shades of Vivid Violet #6C1590

Tints of Vivid Violet #6C1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 39.56%
G = 7.69%
B = 52.75%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C1590 (or 0x6C1590) is known color: Vivid Violet. HEX triplet: 6C, 15 and 90. RGB value is (108,21,144). Sum of RGB (Red+Green+Blue) = 108+21+144=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1590 is #93EA6F. Grayscale: #3C3C3C. Windows color (decimal): -9693808 or 9442668. OLE color: 9442668.

HSL color Cylindrical-coordinate representation of color #6C1590: hue angle of 282.44º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1590 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 21 144 -
CMYK 0.25 0.85 0 0.44
HSL 282.44º 0.75% 0.32% -
HSV(B) 282.44º 0.85% 0.56% -
XYZ 11.49 5.74 26.89 -
YUV 61.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 108 21 144 0.25 0.85 0 0.44 282.44 0.75 0.32
Hex 6C 15 90 19 55 0 2C 11A 4B 20
Octal 154 25 220 31 125 0 54 432 113 40
Binary 1101100 10101 10010000 11001 1010101 0 101100 100011010 1001011 100000

Color Harmonies of #6C1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1590

Black with #6C1590

Text Example


Text Example

White with #6C1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,144); }

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

background-color css

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

 a { background-color: rgb(108,21,144); }

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

border-color css

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

 span { border-color: rgb(108,21,144); }

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