Html Css Color HEX #7F31BF Purple Heart

📋 copy color: '#7F31BF'

red 127 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #7F31BF

Tints of Purple Heart #7F31BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

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

R = 34.6%
G = 13.35%
B = 52.04%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F31BF (or 0x7F31BF) is known color: Purple Heart. HEX triplet: 7F, 31 and BF. RGB value is (127,49,191). Sum of RGB (Red+Green+Blue) = 127+49+191=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F31BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F31BF is #80CE40. Grayscale: #585858. Windows color (decimal): -8441409 or 12530047. OLE color: 12530047.

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

Color convert

RGB 127 49 191 -
CMYK 0.34 0.74 0 0.25
HSL 272.96º 0.59% 0.47% -
HSV(B) 272.96º 0.74% 0.75% -
XYZ 19.25 10.47 50.3 -
YUV 88.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 127 49 191 0.34 0.74 0 0.25 272.96 0.59 0.47
Hex 7F 31 BF 22 4A 0 19 111 3B 2F
Octal 177 61 277 42 112 0 31 421 73 57
Binary 1111111 110001 10111111 100010 1001010 0 11001 100010001 111011 101111

Color Harmonies of #7F31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F31BF

Black with #7F31BF

Text Example


Text Example

White with #7F31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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