Html Css Color HEX #6F1488 Purple

📋 copy color: '#6F1488'

red 111 ◦ green 20 ◦ blue 136

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

Shades of Purple #6F1488

Tints of Purple #6F1488

RGB

 RED value IS 111 (43.75% from 255) = 41.57%

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

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

R = 41.57%
G = 7.49%
B = 50.94%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F1488 (or 0x6F1488) is known color: Purple. HEX triplet: 6F, 14 and 88. RGB value is (111,20,136). Sum of RGB (Red+Green+Blue) = 111+20+136=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1488 is #90EB77. Grayscale: #3C3C3C. Windows color (decimal): -9497464 or 8918127. OLE color: 8918127.

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

Color convert

RGB 111 20 136 -
CMYK 0.18 0.85 0 0.47
HSL 287.07º 0.74% 0.31% -
HSV(B) 287.07º 0.85% 0.53% -
XYZ 11.25 5.66 23.79 -
YUV 60.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 111 20 136 0.18 0.85 0 0.47 287.07 0.74 0.31
Hex 6F 14 88 12 55 0 2F 11F 4A 1F
Octal 157 24 210 22 125 0 57 437 112 37
Binary 1101111 10100 10001000 10010 1010101 0 101111 100011111 1001010 11111

Color Harmonies of #6F1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1488

Black with #6F1488

Text Example


Text Example

White with #6F1488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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