#7f25bb

Color #7F25BB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7F25BB

Tints of Purple Heart #7F25BB

Color information

#7F25BB (or 0x7F25BB) is unknown color: approx Purple Heart. HEX triplet: 7F, 25 and BB. RGB value is (127,37,187). Sum of RGB (Red+Green+Blue) = 127+37+187=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F25BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F25BB is #80DA44. Grayscale: #505050. Windows color (decimal): -8444485 or 12264831. OLE color: 12264831.

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

Color convert

RGB12737187-
CMYK0.320.8000.27
HSL276º66.96%43.92%-
HSV(B)276º80.21%73.33%-
XYZ18.389.4247.86-
YUV81.01187.82160.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.18%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=36.18%
G=10.54%
B=53.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127371870.320.8000.2727666.9643.92
Hex7F25BB205001B114432c
Octal177452734012003342410354
Binary11111111001011011101110000010100000110111000101001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f25bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7f25bb;
 }
 .AnyTagClassName
 {
   color: #7f25bb;
 }
</style>
background-color css

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

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

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

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

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

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