Html Css Color HEX #4721BA Purple Heart

📋 copy color: '#4721BA'

red 71 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #4721BA

Tints of Purple Heart #4721BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 24.48%
G = 11.38%
B = 64.14%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4721BA (or 0x4721BA) is known color: Purple Heart. HEX triplet: 47, 21 and BA. RGB value is (71,33,186). Sum of RGB (Red+Green+Blue) = 71+33+186=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4721BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4721BA is #B8DE45. Grayscale: #3D3D3D. Windows color (decimal): -12115526 or 12198215. OLE color: 12198215.

HSL color Cylindrical-coordinate representation of color #4721BA: hue angle of 254.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4721BA is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 33 186 -
CMYK 0.62 0.82 0 0.27
HSL 254.9º 0.7% 0.43% -
HSV(B) 254.9º 0.82% 0.73% -
XYZ 12.01 5.97 46.97 -
YUV 61.8 198.09 134.56 -
System Red Green Blue C M Y K H S L
Decimal 71 33 186 0.62 0.82 0 0.27 254.9 0.7 0.43
Hex 47 21 BA 3E 52 0 1B FF 46 2B
Octal 107 41 272 76 122 0 33 377 106 53
Binary 1000111 100001 10111010 111110 1010010 0 11011 11111111 1000110 101011

Color Harmonies of #4721BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4721BA

Black with #4721BA

Text Example


Text Example

White with #4721BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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