Html Css Color HEX #6C139D Vivid Violet

📋 copy color: '#6C139D'

red 108 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #6C139D

Tints of Vivid Violet #6C139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 38.03%
G = 6.69%
B = 55.28%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C139D (or 0x6C139D) is known color: Vivid Violet. HEX triplet: 6C, 13 and 9D. RGB value is (108,19,157). Sum of RGB (Red+Green+Blue) = 108+19+157=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C139D is #93EC62. Grayscale: #3C3C3C. Windows color (decimal): -9694307 or 10294124. OLE color: 10294124.

HSL color Cylindrical-coordinate representation of color #6C139D: hue angle of 278.7º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C139D is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 19 157 -
CMYK 0.31 0.88 0 0.38
HSL 278.7º 0.78% 0.35% -
HSV(B) 278.7º 0.88% 0.62% -
XYZ 12.5 6.09 32.41 -
YUV 61.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 108 19 157 0.31 0.88 0 0.38 278.7 0.78 0.35
Hex 6C 13 9D 1F 58 0 26 117 4E 23
Octal 154 23 235 37 130 0 46 427 116 43
Binary 1101100 10011 10011101 11111 1011000 0 100110 100010111 1001110 100011

Color Harmonies of #6C139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C139D

Black with #6C139D

Text Example


Text Example

White with #6C139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,157); }

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

background-color css

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

 a { background-color: rgb(108,19,157); }

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

border-color css

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

 span { border-color: rgb(108,19,157); }

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