Html Css Color HEX #6F2691 Vivid Violet

📋 copy color: '#6F2691'

red 111 ◦ green 38 ◦ blue 145

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

Shades of Vivid Violet #6F2691

Tints of Vivid Violet #6F2691

RGB

 RED value IS 111 (43.75% from 255) = 37.76%

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 37.76%
G = 12.93%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F2691 (or 0x6F2691) is known color: Vivid Violet. HEX triplet: 6F, 26 and 91. RGB value is (111,38,145). Sum of RGB (Red+Green+Blue) = 111+38+145=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2691 is #90D96E. Grayscale: #474747. Windows color (decimal): -9492847 or 9512559. OLE color: 9512559.

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

Color convert

RGB 111 38 145 -
CMYK 0.23 0.74 0 0.43
HSL 280.93º 0.58% 0.36% -
HSV(B) 280.93º 0.74% 0.57% -
XYZ 12.36 6.81 27.45 -
YUV 72.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 111 38 145 0.23 0.74 0 0.43 280.93 0.58 0.36
Hex 6F 26 91 17 4A 0 2B 119 3A 24
Octal 157 46 221 27 112 0 53 431 72 44
Binary 1101111 100110 10010001 10111 1001010 0 101011 100011001 111010 100100

Color Harmonies of #6F2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2691

Black with #6F2691

Text Example


Text Example

White with #6F2691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,145); }

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

background-color css

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

 a { background-color: rgb(111,38,145); }

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

border-color css

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

 span { border-color: rgb(111,38,145); }

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