Html Css Color HEX #7F2EBB Purple Heart

📋 copy color: '#7F2EBB'

red 127 ◦ green 46 ◦ blue 187

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

Shades of Purple Heart #7F2EBB

Tints of Purple Heart #7F2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 35.28%
G = 12.78%
B = 51.94%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F2EBB (or 0x7F2EBB) is known color: Purple Heart. HEX triplet: 7F, 2E and BB. RGB value is (127,46,187). Sum of RGB (Red+Green+Blue) = 127+46+187=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F2EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2EBB is #80D144. Grayscale: #555555. Windows color (decimal): -8442181 or 12267135. OLE color: 12267135.

HSL color Cylindrical-coordinate representation of color #7F2EBB: hue angle of 274.47º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2EBB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 46 187 -
CMYK 0.32 0.75 0 0.27
HSL 274.47º 0.61% 0.46% -
HSV(B) 274.47º 0.75% 0.73% -
XYZ 18.7 10.05 47.97 -
YUV 86.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 127 46 187 0.32 0.75 0 0.27 274.47 0.61 0.46
Hex 7F 2E BB 20 4B 0 1B 112 3D 2E
Octal 177 56 273 40 113 0 33 422 75 56
Binary 1111111 101110 10111011 100000 1001011 0 11011 100010010 111101 101110

Color Harmonies of #7F2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2EBB

Black with #7F2EBB

Text Example


Text Example

White with #7F2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,46,187); }

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

background-color css

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

 a { background-color: rgb(127,46,187); }

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

border-color css

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

 span { border-color: rgb(127,46,187); }

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