Html Css Color HEX #7F36BE Purple Heart

📋 copy color: '#7F36BE'

red 127 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #7F36BE

Tints of Purple Heart #7F36BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.56%

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

R = 34.23%
G = 14.56%
B = 51.21%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F36BE (or 0x7F36BE) is known color: Purple Heart. HEX triplet: 7F, 36 and BE. RGB value is (127,54,190). Sum of RGB (Red+Green+Blue) = 127+54+190=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F36BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36BE is #80C941. Grayscale: #5A5A5A. Windows color (decimal): -8440130 or 12465791. OLE color: 12465791.

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

Color convert

RGB 127 54 190 -
CMYK 0.33 0.72 0 0.25
HSL 272.21º 0.56% 0.48% -
HSV(B) 272.21º 0.72% 0.75% -
XYZ 19.37 10.87 49.79 -
YUV 91.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 127 54 190 0.33 0.72 0 0.25 272.21 0.56 0.48
Hex 7F 36 BE 21 48 0 19 110 38 30
Octal 177 66 276 41 110 0 31 420 70 60
Binary 1111111 110110 10111110 100001 1001000 0 11001 100010000 111000 110000

Color Harmonies of #7F36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36BE

Black with #7F36BE

Text Example


Text Example

White with #7F36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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