Html Css Color HEX #6A0591 Purple

📋 copy color: '#6A0591'

red 106 ◦ green 5 ◦ blue 145

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

Shades of Purple #6A0591

Tints of Purple #6A0591

RGB

 RED value IS 106 (41.8% from 255) = 41.41%

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

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

R = 41.41%
G = 1.95%
B = 56.64%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A0591 (or 0x6A0591) is known color: Purple. HEX triplet: 6A, 05 and 91. RGB value is (106,5,145). Sum of RGB (Red+Green+Blue) = 106+5+145=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0591 is #95FA6E. Grayscale: #323232. Windows color (decimal): -9828975 or 9504106. OLE color: 9504106.

HSL color Cylindrical-coordinate representation of color #6A0591: hue angle of 283.29º 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 #6A0591 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 5 145 -
CMYK 0.27 0.97 0 0.43
HSL 283.29º 0.93% 0.29% -
HSV(B) 283.29º 0.97% 0.57% -
XYZ 11.11 5.22 27.21 -
YUV 51.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 106 5 145 0.27 0.97 0 0.43 283.29 0.93 0.29
Hex 6A 5 91 1B 61 0 2B 11B 5D 1D
Octal 152 5 221 33 141 0 53 433 135 35
Binary 1101010 101 10010001 11011 1100001 0 101011 100011011 1011101 11101

Color Harmonies of #6A0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0591

Black with #6A0591

Text Example


Text Example

White with #6A0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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