Html Css Color HEX #4D24BC Purple Heart

📋 copy color: '#4D24BC'

red 77 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #4D24BC

Tints of Purple Heart #4D24BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 25.58%
G = 11.96%
B = 62.46%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D24BC (or 0x4D24BC) is known color: Purple Heart. HEX triplet: 4D, 24 and BC. RGB value is (77,36,188). Sum of RGB (Red+Green+Blue) = 77+36+188=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D24BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D24BC is #B2DB43. Grayscale: #414141. Windows color (decimal): -11721540 or 12330061. OLE color: 12330061.

HSL color Cylindrical-coordinate representation of color #4D24BC: hue angle of 256.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D24BC is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 36 188 -
CMYK 0.59 0.81 0 0.26
HSL 256.18º 0.68% 0.44% -
HSV(B) 256.18º 0.81% 0.74% -
XYZ 12.77 6.47 48.15 -
YUV 65.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 77 36 188 0.59 0.81 0 0.26 256.18 0.68 0.44
Hex 4D 24 BC 3B 51 0 1A 100 44 2C
Octal 115 44 274 73 121 0 32 400 104 54
Binary 1001101 100100 10111100 111011 1010001 0 11010 100000000 1000100 101100

Color Harmonies of #4D24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D24BC

Black with #4D24BC

Text Example


Text Example

White with #4D24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,188); }

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

background-color css

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

 a { background-color: rgb(77,36,188); }

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

border-color css

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

 span { border-color: rgb(77,36,188); }

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