Html Css Color HEX #6A0091 Purple

📋 copy color: '#6A0091'

red 106 ◦ green 0 ◦ blue 145

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

Shades of Purple #6A0091

Tints of Purple #6A0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.23%
G = 0%
B = 57.77%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A0091 (or 0x6A0091) is known color: Purple. HEX triplet: 6A, 00 and 91. RGB value is (106,0,145). Sum of RGB (Red+Green+Blue) = 106+0+145=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0091 is #95FF6E. Grayscale: #2F2F2F. Windows color (decimal): -9830255 or 9502826. OLE color: 9502826.

HSL color Cylindrical-coordinate representation of color #6A0091: hue angle of 283.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0091 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 0 145 -
CMYK 0.27 1 0 0.43
HSL 283.86º 1% 0.28% -
HSV(B) 283.86º 1% 0.57% -
XYZ 11.05 5.11 27.19 -
YUV 48.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 106 0 145 0.27 1 0 0.43 283.86 1 0.28
Hex 6A 0 91 1B 64 0 2B 11C 64 1C
Octal 152 0 221 33 144 0 53 434 144 34
Binary 1101010 0 10010001 11011 1100100 0 101011 100011100 1100100 11100

Color Harmonies of #6A0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0091

Black with #6A0091

Text Example


Text Example

White with #6A0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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