Html Css Color HEX #6B1A89 Vivid Violet

📋 copy color: '#6B1A89'

red 107 ◦ green 26 ◦ blue 137

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

Shades of Vivid Violet #6B1A89

Tints of Vivid Violet #6B1A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 39.63%
G = 9.63%
B = 50.74%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B1A89 (or 0x6B1A89) is known color: Vivid Violet. HEX triplet: 6B, 1A and 89. RGB value is (107,26,137). Sum of RGB (Red+Green+Blue) = 107+26+137=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B1A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1A89 is #94E576. Grayscale: #3E3E3E. Windows color (decimal): -9758071 or 8985195. OLE color: 8985195.

HSL color Cylindrical-coordinate representation of color #6B1A89: hue angle of 283.78º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1A89 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 26 137 -
CMYK 0.22 0.81 0 0.46
HSL 283.78º 0.68% 0.32% -
HSV(B) 283.78º 0.81% 0.54% -
XYZ 10.95 5.67 24.18 -
YUV 62.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 107 26 137 0.22 0.81 0 0.46 283.78 0.68 0.32
Hex 6B 1A 89 16 51 0 2E 11C 44 20
Octal 153 32 211 26 121 0 56 434 104 40
Binary 1101011 11010 10001001 10110 1010001 0 101110 100011100 1000100 100000

Color Harmonies of #6B1A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A89

Black with #6B1A89

Text Example


Text Example

White with #6B1A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,137); }

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

background-color css

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

 a { background-color: rgb(107,26,137); }

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

border-color css

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

 span { border-color: rgb(107,26,137); }

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