Html Css Color HEX #6C288C Vivid Violet

📋 copy color: '#6C288C'

red 108 ◦ green 40 ◦ blue 140

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

Shades of Vivid Violet #6C288C

Tints of Vivid Violet #6C288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 37.5%
G = 13.89%
B = 48.61%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C288C (or 0x6C288C) is known color: Vivid Violet. HEX triplet: 6C, 28 and 8C. RGB value is (108,40,140). Sum of RGB (Red+Green+Blue) = 108+40+140=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C288C is #93D773. Grayscale: #474747. Windows color (decimal): -9688948 or 9185388. OLE color: 9185388.

HSL color Cylindrical-coordinate representation of color #6C288C: hue angle of 280.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C288C is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 40 140 -
CMYK 0.23 0.71 0 0.45
HSL 280.8º 0.56% 0.35% -
HSV(B) 280.8º 0.71% 0.55% -
XYZ 11.68 6.6 25.47 -
YUV 71.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 108 40 140 0.23 0.71 0 0.45 280.8 0.56 0.35
Hex 6C 28 8C 17 47 0 2D 119 38 23
Octal 154 50 214 27 107 0 55 431 70 43
Binary 1101100 101000 10001100 10111 1000111 0 101101 100011001 111000 100011

Color Harmonies of #6C288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C288C

Black with #6C288C

Text Example


Text Example

White with #6C288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,140); }

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

background-color css

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

 a { background-color: rgb(108,40,140); }

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

border-color css

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

 span { border-color: rgb(108,40,140); }

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