Html Css Color HEX #6A159B Vivid Violet

📋 copy color: '#6A159B'

red 106 ◦ green 21 ◦ blue 155

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

Shades of Vivid Violet #6A159B

Tints of Vivid Violet #6A159B

RGB

 RED value IS 106 (41.8% from 255) = 37.59%

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

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

R = 37.59%
G = 7.45%
B = 54.96%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A159B (or 0x6A159B) is known color: Vivid Violet. HEX triplet: 6A, 15 and 9B. RGB value is (106,21,155). Sum of RGB (Red+Green+Blue) = 106+21+155=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A159B is #95EA64. Grayscale: #3D3D3D. Windows color (decimal): -9824869 or 10163562. OLE color: 10163562.

HSL color Cylindrical-coordinate representation of color #6A159B: hue angle of 278.06º 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 #6A159B is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 21 155 -
CMYK 0.32 0.86 0 0.39
HSL 278.06º 0.76% 0.35% -
HSV(B) 278.06º 0.86% 0.61% -
XYZ 12.13 5.97 31.52 -
YUV 61.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 106 21 155 0.32 0.86 0 0.39 278.06 0.76 0.35
Hex 6A 15 9B 20 56 0 27 116 4C 23
Octal 152 25 233 40 126 0 47 426 114 43
Binary 1101010 10101 10011011 100000 1010110 0 100111 100010110 1001100 100011

Color Harmonies of #6A159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A159B

Black with #6A159B

Text Example


Text Example

White with #6A159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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