Html Css Color HEX #7F1ABB Purple Heart

📋 copy color: '#7F1ABB'

red 127 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #7F1ABB

Tints of Purple Heart #7F1ABB

RGB

 RED value IS 127 (50% from 255) = 37.35%

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 187 (73.44% from 255) = 55%

R = 37.35%
G = 7.65%
B = 55%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F1ABB (or 0x7F1ABB) is known color: Purple Heart. HEX triplet: 7F, 1A and BB. RGB value is (127,26,187). Sum of RGB (Red+Green+Blue) = 127+26+187=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F1ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ABB is #80E544. Grayscale: #4A4A4A. Windows color (decimal): -8447301 or 12262015. OLE color: 12262015.

HSL color Cylindrical-coordinate representation of color #7F1ABB: hue angle of 277.64º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1ABB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 26 187 -
CMYK 0.32 0.86 0 0.27
HSL 277.64º 0.76% 0.42% -
HSV(B) 277.64º 0.86% 0.73% -
XYZ 18.09 8.84 47.77 -
YUV 74.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 127 26 187 0.32 0.86 0 0.27 277.64 0.76 0.42
Hex 7F 1A BB 20 56 0 1B 116 4C 2A
Octal 177 32 273 40 126 0 33 426 114 52
Binary 1111111 11010 10111011 100000 1010110 0 11011 100010110 1001100 101010

Color Harmonies of #7F1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1ABB

Black with #7F1ABB

Text Example


Text Example

White with #7F1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1ABB; }

 p { color: rgb(127,26,187); }

 H1.HeaderClassName
 {
   color: #7F1ABB;
 }
 .AnyTagClassName
 {
   color: #7F1ABB;
 }
</style>

background-color css

<style>
 a { background-color: #7F1ABB; }

 a { background-color: rgb(127,26,187); }

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

border-color css

<style>
 span { border-color: #7F1ABB; }

 span { border-color: rgb(127,26,187); }

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