Html Css Color HEX #6B149D Vivid Violet

📋 copy color: '#6B149D'

red 107 ◦ green 20 ◦ blue 157

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

Shades of Vivid Violet #6B149D

Tints of Vivid Violet #6B149D

RGB

 RED value IS 107 (42.19% from 255) = 37.68%

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 37.68%
G = 7.04%
B = 55.28%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B149D (or 0x6B149D) is known color: Vivid Violet. HEX triplet: 6B, 14 and 9D. RGB value is (107,20,157). Sum of RGB (Red+Green+Blue) = 107+20+157=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 20 (8.20% from 255 or 7.04% 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 #6B149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B149D is #94EB62. Grayscale: #3D3D3D. Windows color (decimal): -9759587 or 10294379. OLE color: 10294379.

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

Color convert

RGB 107 20 157 -
CMYK 0.32 0.87 0 0.38
HSL 278.1º 0.77% 0.35% -
HSV(B) 278.1º 0.87% 0.62% -
XYZ 12.4 6.06 32.41 -
YUV 61.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 107 20 157 0.32 0.87 0 0.38 278.1 0.77 0.35
Hex 6B 14 9D 20 57 0 26 116 4D 23
Octal 153 24 235 40 127 0 46 426 115 43
Binary 1101011 10100 10011101 100000 1010111 0 100110 100010110 1001101 100011

Color Harmonies of #6B149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B149D

Black with #6B149D

Text Example


Text Example

White with #6B149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,157); }

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

background-color css

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

 a { background-color: rgb(107,20,157); }

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

border-color css

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

 span { border-color: rgb(107,20,157); }

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