Html Css Color HEX #6B1389 Purple

📋 copy color: '#6B1389'

red 107 ◦ green 19 ◦ blue 137

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

Shades of Purple #6B1389

Tints of Purple #6B1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 40.68%
G = 7.22%
B = 52.09%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B1389 (or 0x6B1389) is known color: Purple. HEX triplet: 6B, 13 and 89. RGB value is (107,19,137). Sum of RGB (Red+Green+Blue) = 107+19+137=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1389 is #94EC76. Grayscale: #3A3A3A. Windows color (decimal): -9759863 or 8983403. OLE color: 8983403.

HSL color Cylindrical-coordinate representation of color #6B1389: hue angle of 284.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1389 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 19 137 -
CMYK 0.22 0.86 0 0.46
HSL 284.75º 0.76% 0.31% -
HSV(B) 284.75º 0.86% 0.54% -
XYZ 10.81 5.4 24.14 -
YUV 58.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 107 19 137 0.22 0.86 0 0.46 284.75 0.76 0.31
Hex 6B 13 89 16 56 0 2E 11D 4C 1F
Octal 153 23 211 26 126 0 56 435 114 37
Binary 1101011 10011 10001001 10110 1010110 0 101110 100011101 1001100 11111

Color Harmonies of #6B1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1389

Black with #6B1389

Text Example


Text Example

White with #6B1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,137); }

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

background-color css

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

 a { background-color: rgb(107,19,137); }

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

border-color css

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

 span { border-color: rgb(107,19,137); }

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