Html Css Color HEX #6B0591 Purple

📋 copy color: '#6B0591'

red 107 ◦ green 5 ◦ blue 145

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

Shades of Purple #6B0591

Tints of Purple #6B0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 41.63%
G = 1.95%
B = 56.42%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0591 (or 0x6B0591) is known color: Purple. HEX triplet: 6B, 05 and 91. RGB value is (107,5,145). Sum of RGB (Red+Green+Blue) = 107+5+145=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0591 is #94FA6E. Grayscale: #333333. Windows color (decimal): -9763439 or 9504107. OLE color: 9504107.

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

Color convert

RGB 107 5 145 -
CMYK 0.26 0.97 0 0.43
HSL 283.71º 0.93% 0.29% -
HSV(B) 283.71º 0.97% 0.57% -
XYZ 11.23 5.28 27.22 -
YUV 51.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 107 5 145 0.26 0.97 0 0.43 283.71 0.93 0.29
Hex 6B 5 91 1A 61 0 2B 11C 5D 1D
Octal 153 5 221 32 141 0 53 434 135 35
Binary 1101011 101 10010001 11010 1100001 0 101011 100011100 1011101 11101

Color Harmonies of #6B0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0591

Black with #6B0591

Text Example


Text Example

White with #6B0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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