Html Css Color HEX #4721CC Purple Heart

📋 copy color: '#4721CC'

red 71 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #4721CC

Tints of Purple Heart #4721CC

RGB

 RED value IS 71 (28.13% from 255) = 23.05%

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

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

R = 23.05%
G = 10.71%
B = 66.23%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4721CC (or 0x4721CC) is known color: Purple Heart. HEX triplet: 47, 21 and CC. RGB value is (71,33,204). Sum of RGB (Red+Green+Blue) = 71+33+204=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4721CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4721CC is #B8DE33. Grayscale: #3F3F3F. Windows color (decimal): -12115508 or 13377863. OLE color: 13377863.

HSL color Cylindrical-coordinate representation of color #4721CC: hue angle of 253.33º 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 #4721CC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 33 204 -
CMYK 0.65 0.84 0 0.2
HSL 253.33º 0.72% 0.46% -
HSV(B) 253.33º 0.84% 0.8% -
XYZ 14.04 6.79 57.7 -
YUV 63.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 71 33 204 0.65 0.84 0 0.2 253.33 0.72 0.46
Hex 47 21 CC 41 54 0 14 FD 48 2E
Octal 107 41 314 101 124 0 24 375 110 56
Binary 1000111 100001 11001100 1000001 1010100 0 10100 11111101 1001000 101110

Color Harmonies of #4721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4721CC

Black with #4721CC

Text Example


Text Example

White with #4721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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