Html Css Color HEX #6B2291 Vivid Violet

📋 copy color: '#6B2291'

red 107 ◦ green 34 ◦ blue 145

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

Shades of Vivid Violet #6B2291

Tints of Vivid Violet #6B2291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 37.41%
G = 11.89%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B2291 (or 0x6B2291) is known color: Vivid Violet. HEX triplet: 6B, 22 and 91. RGB value is (107,34,145). Sum of RGB (Red+Green+Blue) = 107+34+145=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2291 is #94DD6E. Grayscale: #444444. Windows color (decimal): -9756015 or 9511531. OLE color: 9511531.

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

Color convert

RGB 107 34 145 -
CMYK 0.26 0.77 0 0.43
HSL 279.46º 0.62% 0.35% -
HSV(B) 279.46º 0.77% 0.57% -
XYZ 11.75 6.31 27.39 -
YUV 68.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 107 34 145 0.26 0.77 0 0.43 279.46 0.62 0.35
Hex 6B 22 91 1A 4D 0 2B 117 3E 23
Octal 153 42 221 32 115 0 53 427 76 43
Binary 1101011 100010 10010001 11010 1001101 0 101011 100010111 111110 100011

Color Harmonies of #6B2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2291

Black with #6B2291

Text Example


Text Example

White with #6B2291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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