Html Css Color HEX #7F25BA Purple Heart

📋 copy color: '#7F25BA'

red 127 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #7F25BA

Tints of Purple Heart #7F25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 36.29%
G = 10.57%
B = 53.14%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F25BA (or 0x7F25BA) is known color: Purple Heart. HEX triplet: 7F, 25 and BA. RGB value is (127,37,186). Sum of RGB (Red+Green+Blue) = 127+37+186=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F25BA is #80DA45. Grayscale: #505050. Windows color (decimal): -8444486 or 12199295. OLE color: 12199295.

HSL color Cylindrical-coordinate representation of color #7F25BA: hue angle of 276.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F25BA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 37 186 -
CMYK 0.32 0.80 0 0.27
HSL 276.24º 0.67% 0.44% -
HSV(B) 276.24º 0.8% 0.73% -
XYZ 18.28 9.38 47.3 -
YUV 80.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 127 37 186 0.32 0.80 0 0.27 276.24 0.67 0.44
Hex 7F 25 BA 20 50 0 1B 114 43 2C
Octal 177 45 272 40 120 0 33 424 103 54
Binary 1111111 100101 10111010 100000 1010000 0 11011 100010100 1000011 101100

Color Harmonies of #7F25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F25BA

Black with #7F25BA

Text Example


Text Example

White with #7F25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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