Html Css Color HEX #4934DA Purple Heart

📋 copy color: '#4934DA'

red 73 ◦ green 52 ◦ blue 218

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

Shades of Purple Heart #4934DA

Tints of Purple Heart #4934DA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 218 (85.55% from 255) = 63.56%

R = 21.28%
G = 15.16%
B = 63.56%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4934DA (or 0x4934DA) is known color: Purple Heart. HEX triplet: 49, 34 and DA. RGB value is (73,52,218). Sum of RGB (Red+Green+Blue) = 73+52+218=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #4934DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934DA is #B6CB25. Grayscale: #4C4C4C. Windows color (decimal): -11979558 or 14300233. OLE color: 14300233.

HSL color Cylindrical-coordinate representation of color #4934DA: hue angle of 247.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4934DA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 52 218 -
CMYK 0.67 0.76 0 0.15
HSL 247.59º 0.69% 0.53% -
HSV(B) 247.59º 0.76% 0.85% -
XYZ 16.63 8.93 67.18 -
YUV 77.2 207.46 125 -
System Red Green Blue C M Y K H S L
Decimal 73 52 218 0.67 0.76 0 0.15 247.59 0.69 0.53
Hex 49 34 DA 43 4C 0 F F8 45 35
Octal 111 64 332 103 114 0 17 370 105 65
Binary 1001001 110100 11011010 1000011 1001100 0 1111 11111000 1000101 110101

Color Harmonies of #4934DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934DA

Black with #4934DA

Text Example


Text Example

White with #4934DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4934DA; }

 p { color: rgb(73,52,218); }

 H1.HeaderClassName
 {
   color: #4934DA;
 }
 .AnyTagClassName
 {
   color: #4934DA;
 }
</style>

background-color css

<style>
 a { background-color: #4934DA; }

 a { background-color: rgb(73,52,218); }

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

border-color css

<style>
 span { border-color: #4934DA; }

 span { border-color: rgb(73,52,218); }

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