Html Css Color HEX #7F2BBE Purple Heart

📋 copy color: '#7F2BBE'

red 127 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #7F2BBE

Tints of Purple Heart #7F2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

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

R = 35.28%
G = 11.94%
B = 52.78%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F2BBE (or 0x7F2BBE) is known color: Purple Heart. HEX triplet: 7F, 2B and BE. RGB value is (127,43,190). Sum of RGB (Red+Green+Blue) = 127+43+190=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2BBE is #80D441. Grayscale: #545454. Windows color (decimal): -8442946 or 12462975. OLE color: 12462975.

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

Color convert

RGB 127 43 190 -
CMYK 0.33 0.77 0 0.25
HSL 274.29º 0.63% 0.46% -
HSV(B) 274.29º 0.77% 0.75% -
XYZ 18.91 9.96 49.64 -
YUV 84.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 127 43 190 0.33 0.77 0 0.25 274.29 0.63 0.46
Hex 7F 2B BE 21 4D 0 19 112 3F 2E
Octal 177 53 276 41 115 0 31 422 77 56
Binary 1111111 101011 10111110 100001 1001101 0 11001 100010010 111111 101110

Color Harmonies of #7F2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2BBE

Black with #7F2BBE

Text Example


Text Example

White with #7F2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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