Html Css Color HEX #4D25BE Purple Heart

📋 copy color: '#4D25BE'

red 77 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #4D25BE

Tints of Purple Heart #4D25BE

RGB

 RED value IS 77 (30.47% from 255) = 25.33%

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

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

R = 25.33%
G = 12.17%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D25BE (or 0x4D25BE) is known color: Purple Heart. HEX triplet: 4D, 25 and BE. RGB value is (77,37,190). Sum of RGB (Red+Green+Blue) = 77+37+190=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D25BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25BE is #B2DA41. Grayscale: #414141. Windows color (decimal): -11721282 or 12461389. OLE color: 12461389.

HSL color Cylindrical-coordinate representation of color #4D25BE: hue angle of 255.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D25BE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 37 190 -
CMYK 0.59 0.81 0 0.25
HSL 255.69º 0.67% 0.45% -
HSV(B) 255.69º 0.81% 0.75% -
XYZ 13.02 6.62 49.31 -
YUV 66.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 77 37 190 0.59 0.81 0 0.25 255.69 0.67 0.45
Hex 4D 25 BE 3B 51 0 19 100 43 2D
Octal 115 45 276 73 121 0 31 400 103 55
Binary 1001101 100101 10111110 111011 1010001 0 11001 100000000 1000011 101101

Color Harmonies of #4D25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D25BE

Black with #4D25BE

Text Example


Text Example

White with #4D25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,190); }

 H1.HeaderClassName
 {
   color: #4D25BE;
 }
 .AnyTagClassName
 {
   color: #4D25BE;
 }
</style>

background-color css

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

 a { background-color: rgb(77,37,190); }

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

border-color css

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

 span { border-color: rgb(77,37,190); }

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