#4B25C7

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

Shades of Purple Heart #4B25C7

Tints of Purple Heart #4B25C7

Color information

#4B25C7 (or 0x4B25C7) is unknown color: approx Purple Heart. HEX triplet: 4B, 25 and C7. RGB value is (75,37,199). Sum of RGB (Red+Green+Blue) = 75+37+199=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #4B25C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B25C7 is #B4DA38. Grayscale: #424242. Windows color (decimal): -11852345 or 13051211. OLE color: 13051211.

HSL color Cylindrical-coordinate representation of color #4B25C7: hue angle of 254.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B25C7 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7537199-
CMYK0.620.8100.22
HSL254.07º68.64%46.27%-
HSV(B)254.07º81.41%78.04%-
XYZ13.876.9454.64-
YUV66.83202.59133.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 199 (78.12% from 255) = 63.99%
R=24.12%
G=11.90%
B=63.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75371990.620.8100.22254.0768.6446.27
Hex4B25C73E51016fe452e
Octal113453077612102637610556
Binary1001011100101110001111111101010001010110111111101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B25C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B25C7; }

 p { color: rgb(75,37,199); }

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

<style>
 a { background-color: #4B25C7; }

 a { background-color: rgb(75,37,199); }

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

<style>
 span { border-color: #4B25C7; }

 span { border-color: rgb(75,37,199); }

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