Html Css Color HEX #6B0887 Purple

📋 copy color: '#6B0887'

red 107 ◦ green 8 ◦ blue 135

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

Shades of Purple #6B0887

Tints of Purple #6B0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 42.8%
G = 3.2%
B = 54%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B0887 (or 0x6B0887) is known color: Purple. HEX triplet: 6B, 08 and 87. RGB value is (107,8,135). Sum of RGB (Red+Green+Blue) = 107+8+135=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B0887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0887 is #94F778. Grayscale: #333333. Windows color (decimal): -9762681 or 8849515. OLE color: 8849515.

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

Color convert

RGB 107 8 135 -
CMYK 0.21 0.94 0 0.47
HSL 286.77º 0.89% 0.28% -
HSV(B) 286.77º 0.94% 0.53% -
XYZ 10.52 5.05 23.34 -
YUV 52.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 107 8 135 0.21 0.94 0 0.47 286.77 0.89 0.28
Hex 6B 8 87 15 5E 0 2F 11F 59 1C
Octal 153 10 207 25 136 0 57 437 131 34
Binary 1101011 1000 10000111 10101 1011110 0 101111 100011111 1011001 11100

Color Harmonies of #6B0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0887

Black with #6B0887

Text Example


Text Example

White with #6B0887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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