Html Css Color HEX #6B1488 Purple

📋 copy color: '#6B1488'

red 107 ◦ green 20 ◦ blue 136

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

Shades of Purple #6B1488

Tints of Purple #6B1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 40.68%
G = 7.6%
B = 51.71%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B1488 (or 0x6B1488) is known color: Purple. HEX triplet: 6B, 14 and 88. RGB value is (107,20,136). Sum of RGB (Red+Green+Blue) = 107+20+136=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1488 is #94EB77. Grayscale: #3A3A3A. Windows color (decimal): -9759608 or 8918123. OLE color: 8918123.

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

Color convert

RGB 107 20 136 -
CMYK 0.21 0.85 0 0.47
HSL 285º 0.74% 0.31% -
HSV(B) 285º 0.85% 0.53% -
XYZ 10.76 5.4 23.77 -
YUV 59.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 107 20 136 0.21 0.85 0 0.47 285 0.74 0.31
Hex 6B 14 88 15 55 0 2F 11D 4A 1F
Octal 153 24 210 25 125 0 57 435 112 37
Binary 1101011 10100 10001000 10101 1010101 0 101111 100011101 1001010 11111

Color Harmonies of #6B1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1488

Black with #6B1488

Text Example


Text Example

White with #6B1488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,136); }

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

background-color css

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

 a { background-color: rgb(107,20,136); }

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

border-color css

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

 span { border-color: rgb(107,20,136); }

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