Html Css Color HEX #6A0491 Purple

📋 copy color: '#6A0491'

red 106 ◦ green 4 ◦ blue 145

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

Shades of Purple #6A0491

Tints of Purple #6A0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 41.57%
G = 1.57%
B = 56.86%

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

#6A0491 (or 0x6A0491) is known color: Purple. HEX triplet: 6A, 04 and 91. RGB value is (106,4,145). Sum of RGB (Red+Green+Blue) = 106+4+145=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A0491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0491 is #95FB6E. Grayscale: #323232. Windows color (decimal): -9829231 or 9503850. OLE color: 9503850.

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

Color convert

RGB 106 4 145 -
CMYK 0.27 0.97 0 0.43
HSL 283.4º 0.95% 0.29% -
HSV(B) 283.4º 0.97% 0.57% -
XYZ 11.1 5.2 27.21 -
YUV 50.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 106 4 145 0.27 0.97 0 0.43 283.4 0.95 0.29
Hex 6A 4 91 1B 61 0 2B 11B 5F 1D
Octal 152 4 221 33 141 0 53 433 137 35
Binary 1101010 100 10010001 11011 1100001 0 101011 100011011 1011111 11101

Color Harmonies of #6A0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0491

Black with #6A0491

Text Example


Text Example

White with #6A0491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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