Html Css Color HEX #7F39BA Purple Heart

📋 copy color: '#7F39BA'

red 127 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #7F39BA

Tints of Purple Heart #7F39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 34.32%
G = 15.41%
B = 50.27%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F39BA (or 0x7F39BA) is known color: Purple Heart. HEX triplet: 7F, 39 and BA. RGB value is (127,57,186). Sum of RGB (Red+Green+Blue) = 127+57+186=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F39BA is #80C645. Grayscale: #5C5C5C. Windows color (decimal): -8439366 or 12204415. OLE color: 12204415.

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

Color convert

RGB 127 57 186 -
CMYK 0.32 0.69 0 0.27
HSL 272.56º 0.53% 0.48% -
HSV(B) 272.56º 0.69% 0.73% -
XYZ 19.08 10.98 47.57 -
YUV 92.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 127 57 186 0.32 0.69 0 0.27 272.56 0.53 0.48
Hex 7F 39 BA 20 45 0 1B 111 35 30
Octal 177 71 272 40 105 0 33 421 65 60
Binary 1111111 111001 10111010 100000 1000101 0 11011 100010001 110101 110000

Color Harmonies of #7F39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F39BA

Black with #7F39BA

Text Example


Text Example

White with #7F39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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