Html Css Color HEX #7F2EBA Purple Heart

📋 copy color: '#7F2EBA'

red 127 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #7F2EBA

Tints of Purple Heart #7F2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 35.38%
G = 12.81%
B = 51.81%

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

#7F2EBA (or 0x7F2EBA) is known color: Purple Heart. HEX triplet: 7F, 2E and BA. RGB value is (127,46,186). Sum of RGB (Red+Green+Blue) = 127+46+186=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2EBA is #80D145. Grayscale: #555555. Windows color (decimal): -8442182 or 12201599. OLE color: 12201599.

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

Color convert

RGB 127 46 186 -
CMYK 0.32 0.75 0 0.27
HSL 274.71º 0.6% 0.45% -
HSV(B) 274.71º 0.75% 0.73% -
XYZ 18.59 10.01 47.41 -
YUV 86.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 127 46 186 0.32 0.75 0 0.27 274.71 0.6 0.45
Hex 7F 2E BA 20 4B 0 1B 113 3C 2D
Octal 177 56 272 40 113 0 33 423 74 55
Binary 1111111 101110 10111010 100000 1001011 0 11011 100010011 111100 101101

Color Harmonies of #7F2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2EBA

Black with #7F2EBA

Text Example


Text Example

White with #7F2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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