Html Css Color HEX #4921CC Purple Heart

📋 copy color: '#4921CC'

red 73 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #4921CC

Tints of Purple Heart #4921CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 23.55%
G = 10.65%
B = 65.81%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4921CC (or 0x4921CC) is known color: Purple Heart. HEX triplet: 49, 21 and CC. RGB value is (73,33,204). Sum of RGB (Red+Green+Blue) = 73+33+204=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #4921CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4921CC is #B6DE33. Grayscale: #3F3F3F. Windows color (decimal): -11984436 or 13377865. OLE color: 13377865.

HSL color Cylindrical-coordinate representation of color #4921CC: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4921CC is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 33 204 -
CMYK 0.64 0.84 0 0.2
HSL 254.04º 0.72% 0.46% -
HSV(B) 254.04º 0.84% 0.8% -
XYZ 14.19 6.86 57.7 -
YUV 64.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 73 33 204 0.64 0.84 0 0.2 254.04 0.72 0.46
Hex 49 21 CC 40 54 0 14 FE 48 2E
Octal 111 41 314 100 124 0 24 376 110 56
Binary 1001001 100001 11001100 1000000 1010100 0 10100 11111110 1001000 101110

Color Harmonies of #4921CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4921CC

Black with #4921CC

Text Example


Text Example

White with #4921CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4921CC; }

 p { color: rgb(73,33,204); }

 H1.HeaderClassName
 {
   color: #4921CC;
 }
 .AnyTagClassName
 {
   color: #4921CC;
 }
</style>

background-color css

<style>
 a { background-color: #4921CC; }

 a { background-color: rgb(73,33,204); }

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

border-color css

<style>
 span { border-color: #4921CC; }

 span { border-color: rgb(73,33,204); }

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