Html Css Color HEX #6B0487 Purple

📋 copy color: '#6B0487'

red 107 ◦ green 4 ◦ blue 135

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

Shades of Purple #6B0487

Tints of Purple #6B0487

RGB

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

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

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

R = 43.5%
G = 1.63%
B = 54.88%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B0487 (or 0x6B0487) is known color: Purple. HEX triplet: 6B, 04 and 87. RGB value is (107,4,135). Sum of RGB (Red+Green+Blue) = 107+4+135=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B0487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0487 is #94FB78. Grayscale: #313131. Windows color (decimal): -9763705 or 8848491. OLE color: 8848491.

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

Color convert

RGB 107 4 135 -
CMYK 0.21 0.97 0 0.47
HSL 287.18º 0.94% 0.27% -
HSV(B) 287.18º 0.97% 0.53% -
XYZ 10.48 4.96 23.33 -
YUV 49.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 107 4 135 0.21 0.97 0 0.47 287.18 0.94 0.27
Hex 6B 4 87 15 61 0 2F 11F 5E 1B
Octal 153 4 207 25 141 0 57 437 136 33
Binary 1101011 100 10000111 10101 1100001 0 101111 100011111 1011110 11011

Color Harmonies of #6B0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0487

Black with #6B0487

Text Example


Text Example

White with #6B0487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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