Html Css Color HEX #6A0584 Purple

📋 copy color: '#6A0584'

red 106 ◦ green 5 ◦ blue 132

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

Shades of Purple #6A0584

Tints of Purple #6A0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 43.62%
G = 2.06%
B = 54.32%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A0584 (or 0x6A0584) is known color: Purple. HEX triplet: 6A, 05 and 84. RGB value is (106,5,132). Sum of RGB (Red+Green+Blue) = 106+5+132=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A0584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0584 is #95FA7B. Grayscale: #313131. Windows color (decimal): -9828988 or 8652138. OLE color: 8652138.

HSL color Cylindrical-coordinate representation of color #6A0584: hue angle of 287.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0584 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 5 132 -
CMYK 0.20 0.96 0 0.48
HSL 287.72º 0.93% 0.27% -
HSV(B) 287.72º 0.96% 0.52% -
XYZ 10.16 4.84 22.23 -
YUV 49.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 106 5 132 0.20 0.96 0 0.48 287.72 0.93 0.27
Hex 6A 5 84 14 60 0 30 120 5D 1B
Octal 152 5 204 24 140 0 60 440 135 33
Binary 1101010 101 10000100 10100 1100000 0 110000 100100000 1011101 11011

Color Harmonies of #6A0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0584

Black with #6A0584

Text Example


Text Example

White with #6A0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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