Html Css Color HEX #4D28BF Purple Heart

📋 copy color: '#4D28BF'

red 77 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #4D28BF

Tints of Purple Heart #4D28BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 191 (75% from 255) = 62.01%

R = 25%
G = 12.99%
B = 62.01%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D28BF (or 0x4D28BF) is known color: Purple Heart. HEX triplet: 4D, 28 and BF. RGB value is (77,40,191). Sum of RGB (Red+Green+Blue) = 77+40+191=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28BF is #B2D740. Grayscale: #434343. Windows color (decimal): -11720513 or 12527693. OLE color: 12527693.

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

Color convert

RGB 77 40 191 -
CMYK 0.60 0.79 0 0.25
HSL 254.7º 0.65% 0.45% -
HSV(B) 254.7º 0.79% 0.75% -
XYZ 13.22 6.86 49.92 -
YUV 68.28 197.26 134.22 -
System Red Green Blue C M Y K H S L
Decimal 77 40 191 0.60 0.79 0 0.25 254.7 0.65 0.45
Hex 4D 28 BF 3C 4F 0 19 FF 41 2D
Octal 115 50 277 74 117 0 31 377 101 55
Binary 1001101 101000 10111111 111100 1001111 0 11001 11111111 1000001 101101

Color Harmonies of #4D28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D28BF

Black with #4D28BF

Text Example


Text Example

White with #4D28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,191); }

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

background-color css

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

 a { background-color: rgb(77,40,191); }

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

border-color css

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

 span { border-color: rgb(77,40,191); }

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