Html Css Color HEX #7F20BF Purple Heart

📋 copy color: '#7F20BF'

red 127 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #7F20BF

Tints of Purple Heart #7F20BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 36.29%
G = 9.14%
B = 54.57%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F20BF (or 0x7F20BF) is known color: Purple Heart. HEX triplet: 7F, 20 and BF. RGB value is (127,32,191). Sum of RGB (Red+Green+Blue) = 127+32+191=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F20BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20BF is #80DF40. Grayscale: #4D4D4D. Windows color (decimal): -8445761 or 12525695. OLE color: 12525695.

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

Color convert

RGB 127 32 191 -
CMYK 0.34 0.83 0 0.25
HSL 275.85º 0.71% 0.44% -
HSV(B) 275.85º 0.83% 0.75% -
XYZ 18.67 9.31 50.1 -
YUV 78.53 191.47 162.57 -
System Red Green Blue C M Y K H S L
Decimal 127 32 191 0.34 0.83 0 0.25 275.85 0.71 0.44
Hex 7F 20 BF 22 53 0 19 114 47 2C
Octal 177 40 277 42 123 0 31 424 107 54
Binary 1111111 100000 10111111 100010 1010011 0 11001 100010100 1000111 101100

Color Harmonies of #7F20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F20BF

Black with #7F20BF

Text Example


Text Example

White with #7F20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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