Html Css Color HEX #4904CA Purple Heart

📋 copy color: '#4904CA'

red 73 ◦ green 4 ◦ blue 202

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

Shades of Purple Heart #4904CA

Tints of Purple Heart #4904CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 26.16%
G = 1.43%
B = 72.4%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4904CA (or 0x4904CA) is known color: Purple Heart. HEX triplet: 49, 04 and CA. RGB value is (73,4,202). Sum of RGB (Red+Green+Blue) = 73+4+202=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #4904CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904CA is #B6FB35. Grayscale: #2E2E2E. Windows color (decimal): -11991862 or 13239369. OLE color: 13239369.

HSL color Cylindrical-coordinate representation of color #4904CA: hue angle of 260.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904CA is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 4 202 -
CMYK 0.64 0.98 0 0.21
HSL 260.91º 0.96% 0.4% -
HSV(B) 260.91º 0.98% 0.79% -
XYZ 13.45 5.77 56.28 -
YUV 47.2 215.36 146.4 -
System Red Green Blue C M Y K H S L
Decimal 73 4 202 0.64 0.98 0 0.21 260.91 0.96 0.4
Hex 49 4 CA 40 62 0 15 105 60 28
Octal 111 4 312 100 142 0 25 405 140 50
Binary 1001001 100 11001010 1000000 1100010 0 10101 100000101 1100000 101000

Color Harmonies of #4904CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4904CA

Black with #4904CA

Text Example


Text Example

White with #4904CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4904CA; }

 p { color: rgb(73,4,202); }

 H1.HeaderClassName
 {
   color: #4904CA;
 }
 .AnyTagClassName
 {
   color: #4904CA;
 }
</style>

background-color css

<style>
 a { background-color: #4904CA; }

 a { background-color: rgb(73,4,202); }

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

border-color css

<style>
 span { border-color: #4904CA; }

 span { border-color: rgb(73,4,202); }

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