Html Css Color HEX #6B0991 Purple

📋 copy color: '#6B0991'

red 107 ◦ green 9 ◦ blue 145

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

Shades of Purple #6B0991

Tints of Purple #6B0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 41%
G = 3.45%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0991 (or 0x6B0991) is known color: Purple. HEX triplet: 6B, 09 and 91. RGB value is (107,9,145). Sum of RGB (Red+Green+Blue) = 107+9+145=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B0991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0991 is #94F66E. Grayscale: #353535. Windows color (decimal): -9762415 or 9505131. OLE color: 9505131.

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

Color convert

RGB 107 9 145 -
CMYK 0.26 0.94 0 0.43
HSL 283.24º 0.88% 0.3% -
HSV(B) 283.24º 0.94% 0.57% -
XYZ 11.27 5.37 27.23 -
YUV 53.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 107 9 145 0.26 0.94 0 0.43 283.24 0.88 0.3
Hex 6B 9 91 1A 5E 0 2B 11B 58 1E
Octal 153 11 221 32 136 0 53 433 130 36
Binary 1101011 1001 10010001 11010 1011110 0 101011 100011011 1011000 11110

Color Harmonies of #6B0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0991

Black with #6B0991

Text Example


Text Example

White with #6B0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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