Html Css Color HEX #6B159B Vivid Violet

📋 copy color: '#6B159B'

red 107 ◦ green 21 ◦ blue 155

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

Shades of Vivid Violet #6B159B

Tints of Vivid Violet #6B159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 37.81%
G = 7.42%
B = 54.77%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B159B (or 0x6B159B) is known color: Vivid Violet. HEX triplet: 6B, 15 and 9B. RGB value is (107,21,155). Sum of RGB (Red+Green+Blue) = 107+21+155=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B159B is #94EA64. Grayscale: #3D3D3D. Windows color (decimal): -9759333 or 10163563. OLE color: 10163563.

HSL color Cylindrical-coordinate representation of color #6B159B: hue angle of 278.51º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B159B is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 21 155 -
CMYK 0.31 0.86 0 0.39
HSL 278.51º 0.76% 0.35% -
HSV(B) 278.51º 0.86% 0.61% -
XYZ 12.25 6.03 31.53 -
YUV 61.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 107 21 155 0.31 0.86 0 0.39 278.51 0.76 0.35
Hex 6B 15 9B 1F 56 0 27 117 4C 23
Octal 153 25 233 37 126 0 47 427 114 43
Binary 1101011 10101 10011011 11111 1010110 0 100111 100010111 1001100 100011

Color Harmonies of #6B159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B159B

Black with #6B159B

Text Example


Text Example

White with #6B159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,155); }

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

background-color css

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

 a { background-color: rgb(107,21,155); }

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

border-color css

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

 span { border-color: rgb(107,21,155); }

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