Html Css Color HEX #6B0584 Purple

📋 copy color: '#6B0584'

red 107 ◦ green 5 ◦ blue 132

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

Shades of Purple #6B0584

Tints of Purple #6B0584

RGB

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

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

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

R = 43.85%
G = 2.05%
B = 54.1%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B0584 (or 0x6B0584) is known color: Purple. HEX triplet: 6B, 05 and 84. RGB value is (107,5,132). Sum of RGB (Red+Green+Blue) = 107+5+132=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B0584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0584 is #94FA7B. Grayscale: #313131. Windows color (decimal): -9763452 or 8652139. OLE color: 8652139.

HSL color Cylindrical-coordinate representation of color #6B0584: hue angle of 288.19º 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 #6B0584 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 5 132 -
CMYK 0.19 0.96 0 0.48
HSL 288.19º 0.93% 0.27% -
HSV(B) 288.19º 0.96% 0.52% -
XYZ 10.28 4.9 22.23 -
YUV 49.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 107 5 132 0.19 0.96 0 0.48 288.19 0.93 0.27
Hex 6B 5 84 13 60 0 30 120 5D 1B
Octal 153 5 204 23 140 0 60 440 135 33
Binary 1101011 101 10000100 10011 1100000 0 110000 100100000 1011101 11011

Color Harmonies of #6B0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0584

Black with #6B0584

Text Example


Text Example

White with #6B0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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