Html Css Color HEX #7F2FBA Purple Heart

📋 copy color: '#7F2FBA'

red 127 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #7F2FBA

Tints of Purple Heart #7F2FBA

RGB

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

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

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

R = 35.28%
G = 13.06%
B = 51.67%

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

#7F2FBA (or 0x7F2FBA) is known color: Purple Heart. HEX triplet: 7F, 2F and BA. RGB value is (127,47,186). Sum of RGB (Red+Green+Blue) = 127+47+186=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2FBA is #80D045. Grayscale: #565656. Windows color (decimal): -8441926 or 12201855. OLE color: 12201855.

HSL color Cylindrical-coordinate representation of color #7F2FBA: hue angle of 274.53º degrees, saturation: 0.6, 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 #7F2FBA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 47 186 -
CMYK 0.32 0.75 0 0.27
HSL 274.53º 0.6% 0.46% -
HSV(B) 274.53º 0.75% 0.73% -
XYZ 18.63 10.09 47.42 -
YUV 86.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 127 47 186 0.32 0.75 0 0.27 274.53 0.6 0.46
Hex 7F 2F BA 20 4B 0 1B 113 3C 2E
Octal 177 57 272 40 113 0 33 423 74 56
Binary 1111111 101111 10111010 100000 1001011 0 11011 100010011 111100 101110

Color Harmonies of #7F2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2FBA

Black with #7F2FBA

Text Example


Text Example

White with #7F2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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