Html Css Color HEX #6B0587 Purple

📋 copy color: '#6B0587'

red 107 ◦ green 5 ◦ blue 135

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

Shades of Purple #6B0587

Tints of Purple #6B0587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 43.32%
G = 2.02%
B = 54.66%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B0587 (or 0x6B0587) is known color: Purple. HEX triplet: 6B, 05 and 87. RGB value is (107,5,135). Sum of RGB (Red+Green+Blue) = 107+5+135=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B0587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0587 is #94FA78. Grayscale: #313131. Windows color (decimal): -9763449 or 8848747. OLE color: 8848747.

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

Color convert

RGB 107 5 135 -
CMYK 0.21 0.96 0 0.47
HSL 287.08º 0.93% 0.27% -
HSV(B) 287.08º 0.96% 0.53% -
XYZ 10.49 4.98 23.33 -
YUV 50.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 107 5 135 0.21 0.96 0 0.47 287.08 0.93 0.27
Hex 6B 5 87 15 60 0 2F 11F 5D 1B
Octal 153 5 207 25 140 0 57 437 135 33
Binary 1101011 101 10000111 10101 1100000 0 101111 100011111 1011101 11011

Color Harmonies of #6B0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0587

Black with #6B0587

Text Example


Text Example

White with #6B0587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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