Html Css Color HEX #6B0486 Purple

📋 copy color: '#6B0486'

red 107 ◦ green 4 ◦ blue 134

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

Shades of Purple #6B0486

Tints of Purple #6B0486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.69%

R = 43.67%
G = 1.63%
B = 54.69%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B0486 (or 0x6B0486) is known color: Purple. HEX triplet: 6B, 04 and 86. RGB value is (107,4,134). Sum of RGB (Red+Green+Blue) = 107+4+134=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0486 is #94FB79. Grayscale: #313131. Windows color (decimal): -9763706 or 8782955. OLE color: 8782955.

HSL color Cylindrical-coordinate representation of color #6B0486: hue angle of 287.54º 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 #6B0486 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 4 134 -
CMYK 0.20 0.97 0 0.47
HSL 287.54º 0.94% 0.27% -
HSV(B) 287.54º 0.97% 0.53% -
XYZ 10.41 4.93 22.96 -
YUV 49.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 107 4 134 0.20 0.97 0 0.47 287.54 0.94 0.27
Hex 6B 4 86 14 61 0 2F 120 5E 1B
Octal 153 4 206 24 141 0 57 440 136 33
Binary 1101011 100 10000110 10100 1100001 0 101111 100100000 1011110 11011

Color Harmonies of #6B0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0486

Black with #6B0486

Text Example


Text Example

White with #6B0486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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