Html Css Color HEX #7F1EC0 Purple Heart

📋 copy color: '#7F1EC0'

red 127 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #7F1EC0

Tints of Purple Heart #7F1EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 36.39%
G = 8.6%
B = 55.01%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F1EC0 (or 0x7F1EC0) is known color: Purple Heart. HEX triplet: 7F, 1E and C0. RGB value is (127,30,192). Sum of RGB (Red+Green+Blue) = 127+30+192=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F1EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1EC0 is #80E13F. Grayscale: #4C4C4C. Windows color (decimal): -8446272 or 12590719. OLE color: 12590719.

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

Color convert

RGB 127 30 192 -
CMYK 0.34 0.84 0 0.25
HSL 275.93º 0.73% 0.44% -
HSV(B) 275.93º 0.84% 0.75% -
XYZ 18.73 9.25 50.67 -
YUV 77.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 127 30 192 0.34 0.84 0 0.25 275.93 0.73 0.44
Hex 7F 1E C0 22 54 0 19 114 49 2C
Octal 177 36 300 42 124 0 31 424 111 54
Binary 1111111 11110 11000000 100010 1010100 0 11001 100010100 1001001 101100

Color Harmonies of #7F1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1EC0

Black with #7F1EC0

Text Example


Text Example

White with #7F1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,30,192); }

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

background-color css

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

 a { background-color: rgb(127,30,192); }

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

border-color css

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

 span { border-color: rgb(127,30,192); }

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