Html Css Color HEX #6C288B Vivid Violet

📋 copy color: '#6C288B'

red 108 ◦ green 40 ◦ blue 139

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

Shades of Vivid Violet #6C288B

Tints of Vivid Violet #6C288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 37.63%
G = 13.94%
B = 48.43%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C288B (or 0x6C288B) is known color: Vivid Violet. HEX triplet: 6C, 28 and 8B. RGB value is (108,40,139). Sum of RGB (Red+Green+Blue) = 108+40+139=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C288B is #93D774. Grayscale: #474747. Windows color (decimal): -9688949 or 9119852. OLE color: 9119852.

HSL color Cylindrical-coordinate representation of color #6C288B: hue angle of 281.21º degrees, saturation: 0.55, 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 #6C288B is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 40 139 -
CMYK 0.22 0.71 0 0.45
HSL 281.21º 0.55% 0.35% -
HSV(B) 281.21º 0.71% 0.55% -
XYZ 11.6 6.57 25.08 -
YUV 71.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 108 40 139 0.22 0.71 0 0.45 281.21 0.55 0.35
Hex 6C 28 8B 16 47 0 2D 119 37 23
Octal 154 50 213 26 107 0 55 431 67 43
Binary 1101100 101000 10001011 10110 1000111 0 101101 100011001 110111 100011

Color Harmonies of #6C288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C288B

Black with #6C288B

Text Example


Text Example

White with #6C288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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