Html Css Color HEX #7F2FBE Purple Heart

📋 copy color: '#7F2FBE'

red 127 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #7F2FBE

Tints of Purple Heart #7F2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 34.89%
G = 12.91%
B = 52.2%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F2FBE (or 0x7F2FBE) is known color: Purple Heart. HEX triplet: 7F, 2F and BE. RGB value is (127,47,190). Sum of RGB (Red+Green+Blue) = 127+47+190=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2FBE is #80D041. Grayscale: #565656. Windows color (decimal): -8441922 or 12463999. OLE color: 12463999.

HSL color Cylindrical-coordinate representation of color #7F2FBE: hue angle of 273.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2FBE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 47 190 -
CMYK 0.33 0.75 0 0.25
HSL 273.57º 0.6% 0.46% -
HSV(B) 273.57º 0.75% 0.75% -
XYZ 19.06 10.26 49.69 -
YUV 87.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 127 47 190 0.33 0.75 0 0.25 273.57 0.6 0.46
Hex 7F 2F BE 21 4B 0 19 112 3C 2E
Octal 177 57 276 41 113 0 31 422 74 56
Binary 1111111 101111 10111110 100001 1001011 0 11001 100010010 111100 101110

Color Harmonies of #7F2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2FBE

Black with #7F2FBE

Text Example


Text Example

White with #7F2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,47,190); }

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

background-color css

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

 a { background-color: rgb(127,47,190); }

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

border-color css

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

 span { border-color: rgb(127,47,190); }

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