Html Css Color HEX #4924CF Purple Heart

📋 copy color: '#4924CF'

red 73 ◦ green 36 ◦ blue 207

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

Shades of Purple Heart #4924CF

Tints of Purple Heart #4924CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 23.1%
G = 11.39%
B = 65.51%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4924CF (or 0x4924CF) is known color: Purple Heart. HEX triplet: 49, 24 and CF. RGB value is (73,36,207). Sum of RGB (Red+Green+Blue) = 73+36+207=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #4924CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924CF is #B6DB30. Grayscale: #414141. Windows color (decimal): -11983665 or 13575241. OLE color: 13575241.

HSL color Cylindrical-coordinate representation of color #4924CF: hue angle of 252.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4924CF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 36 207 -
CMYK 0.65 0.83 0 0.19
HSL 252.98º 0.7% 0.48% -
HSV(B) 252.98º 0.83% 0.81% -
XYZ 14.64 7.18 59.65 -
YUV 66.56 207.26 132.6 -
System Red Green Blue C M Y K H S L
Decimal 73 36 207 0.65 0.83 0 0.19 252.98 0.7 0.48
Hex 49 24 CF 41 53 0 13 FD 46 30
Octal 111 44 317 101 123 0 23 375 106 60
Binary 1001001 100100 11001111 1000001 1010011 0 10011 11111101 1000110 110000

Color Harmonies of #4924CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4924CF

Black with #4924CF

Text Example


Text Example

White with #4924CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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