Html Css Color HEX #6B0590 Purple

📋 copy color: '#6B0590'

red 107 ◦ green 5 ◦ blue 144

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

Shades of Purple #6B0590

Tints of Purple #6B0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 41.8%
G = 1.95%
B = 56.25%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B0590 (or 0x6B0590) is known color: Purple. HEX triplet: 6B, 05 and 90. RGB value is (107,5,144). Sum of RGB (Red+Green+Blue) = 107+5+144=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0590 is #94FA6F. Grayscale: #323232. Windows color (decimal): -9763440 or 9438571. OLE color: 9438571.

HSL color Cylindrical-coordinate representation of color #6B0590: hue angle of 284.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0590 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 5 144 -
CMYK 0.26 0.97 0 0.44
HSL 284.03º 0.93% 0.29% -
HSV(B) 284.03º 0.97% 0.56% -
XYZ 11.15 5.25 26.81 -
YUV 51.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 107 5 144 0.26 0.97 0 0.44 284.03 0.93 0.29
Hex 6B 5 90 1A 61 0 2C 11C 5D 1D
Octal 153 5 220 32 141 0 54 434 135 35
Binary 1101011 101 10010000 11010 1100001 0 101100 100011100 1011101 11101

Color Harmonies of #6B0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0590

Black with #6B0590

Text Example


Text Example

White with #6B0590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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