Html Css Color HEX #6B2791 Vivid Violet

📋 copy color: '#6B2791'

red 107 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #6B2791

Tints of Vivid Violet #6B2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 36.77%
G = 13.4%
B = 49.83%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B2791 (or 0x6B2791) is known color: Vivid Violet. HEX triplet: 6B, 27 and 91. RGB value is (107,39,145). Sum of RGB (Red+Green+Blue) = 107+39+145=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2791 is #94D86E. Grayscale: #474747. Windows color (decimal): -9754735 or 9512811. OLE color: 9512811.

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

Color convert

RGB 107 39 145 -
CMYK 0.26 0.73 0 0.43
HSL 278.49º 0.58% 0.36% -
HSV(B) 278.49º 0.73% 0.57% -
XYZ 11.9 6.62 27.44 -
YUV 71.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 107 39 145 0.26 0.73 0 0.43 278.49 0.58 0.36
Hex 6B 27 91 1A 49 0 2B 116 3A 24
Octal 153 47 221 32 111 0 53 426 72 44
Binary 1101011 100111 10010001 11010 1001001 0 101011 100010110 111010 100100

Color Harmonies of #6B2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2791

Black with #6B2791

Text Example


Text Example

White with #6B2791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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