Html Css Color HEX #7F1CBF Purple Heart

📋 copy color: '#7F1CBF'

red 127 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #7F1CBF

Tints of Purple Heart #7F1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 191 (75% from 255) = 55.2%

R = 36.71%
G = 8.09%
B = 55.2%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F1CBF (or 0x7F1CBF) is known color: Purple Heart. HEX triplet: 7F, 1C and BF. RGB value is (127,28,191). Sum of RGB (Red+Green+Blue) = 127+28+191=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1CBF is #80E340. Grayscale: #4B4B4B. Windows color (decimal): -8446785 or 12524671. OLE color: 12524671.

HSL color Cylindrical-coordinate representation of color #7F1CBF: hue angle of 276.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1CBF is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 28 191 -
CMYK 0.34 0.85 0 0.25
HSL 276.44º 0.74% 0.43% -
HSV(B) 276.44º 0.85% 0.75% -
XYZ 18.57 9.1 50.07 -
YUV 76.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 127 28 191 0.34 0.85 0 0.25 276.44 0.74 0.43
Hex 7F 1C BF 22 55 0 19 114 4A 2B
Octal 177 34 277 42 125 0 31 424 112 53
Binary 1111111 11100 10111111 100010 1010101 0 11001 100010100 1001010 101011

Color Harmonies of #7F1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1CBF

Black with #7F1CBF

Text Example


Text Example

White with #7F1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,28,191); }

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

background-color css

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

 a { background-color: rgb(127,28,191); }

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

border-color css

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

 span { border-color: rgb(127,28,191); }

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