Html Css Color HEX #6B1A91 Vivid Violet

📋 copy color: '#6B1A91'

red 107 ◦ green 26 ◦ blue 145

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

Shades of Vivid Violet #6B1A91

Tints of Vivid Violet #6B1A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 38.49%
G = 9.35%
B = 52.16%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B1A91 (or 0x6B1A91) is known color: Vivid Violet. HEX triplet: 6B, 1A and 91. RGB value is (107,26,145). Sum of RGB (Red+Green+Blue) = 107+26+145=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B1A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1A91 is #94E56E. Grayscale: #3F3F3F. Windows color (decimal): -9758063 or 9509483. OLE color: 9509483.

HSL color Cylindrical-coordinate representation of color #6B1A91: hue angle of 280.84º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1A91 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 26 145 -
CMYK 0.26 0.82 0 0.43
HSL 280.84º 0.7% 0.34% -
HSV(B) 280.84º 0.82% 0.57% -
XYZ 11.54 5.91 27.32 -
YUV 63.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 107 26 145 0.26 0.82 0 0.43 280.84 0.7 0.34
Hex 6B 1A 91 1A 52 0 2B 119 46 22
Octal 153 32 221 32 122 0 53 431 106 42
Binary 1101011 11010 10010001 11010 1010010 0 101011 100011001 1000110 100010

Color Harmonies of #6B1A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A91

Black with #6B1A91

Text Example


Text Example

White with #6B1A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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