Html Css Color HEX #4924BC Purple Heart

📋 copy color: '#4924BC'

red 73 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #4924BC

Tints of Purple Heart #4924BC

RGB

 RED value IS 73 (28.91% from 255) = 24.58%

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

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

R = 24.58%
G = 12.12%
B = 63.3%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4924BC (or 0x4924BC) is known color: Purple Heart. HEX triplet: 49, 24 and BC. RGB value is (73,36,188). Sum of RGB (Red+Green+Blue) = 73+36+188=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4924BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924BC is #B6DB43. Grayscale: #3F3F3F. Windows color (decimal): -11983684 or 12330057. OLE color: 12330057.

HSL color Cylindrical-coordinate representation of color #4924BC: hue angle of 254.61º 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 #4924BC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 36 188 -
CMYK 0.61 0.81 0 0.26
HSL 254.61º 0.68% 0.44% -
HSV(B) 254.61º 0.81% 0.74% -
XYZ 12.46 6.31 48.14 -
YUV 64.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 73 36 188 0.61 0.81 0 0.26 254.61 0.68 0.44
Hex 49 24 BC 3D 51 0 1A FF 44 2C
Octal 111 44 274 75 121 0 32 377 104 54
Binary 1001001 100100 10111100 111101 1010001 0 11010 11111111 1000100 101100

Color Harmonies of #4924BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4924BC

Black with #4924BC

Text Example


Text Example

White with #4924BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4924BC; }

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

 H1.HeaderClassName
 {
   color: #4924BC;
 }
 .AnyTagClassName
 {
   color: #4924BC;
 }
</style>

background-color css

<style>
 a { background-color: #4924BC; }

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

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

border-color css

<style>
 span { border-color: #4924BC; }

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

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