Html Css Color HEX #4721B5 Purple Heart

📋 copy color: '#4721B5'

red 71 ◦ green 33 ◦ blue 181

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

Shades of Purple Heart #4721B5

Tints of Purple Heart #4721B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 63.51%

R = 24.91%
G = 11.58%
B = 63.51%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4721B5 (or 0x4721B5) is known color: Purple Heart. HEX triplet: 47, 21 and B5. RGB value is (71,33,181). Sum of RGB (Red+Green+Blue) = 71+33+181=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #4721B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4721B5 is #B8DE4A. Grayscale: #3C3C3C. Windows color (decimal): -12115531 or 11870535. OLE color: 11870535.

HSL color Cylindrical-coordinate representation of color #4721B5: hue angle of 255.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4721B5 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 33 181 -
CMYK 0.61 0.82 0 0.29
HSL 255.41º 0.69% 0.42% -
HSV(B) 255.41º 0.82% 0.71% -
XYZ 11.48 5.76 44.22 -
YUV 61.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 71 33 181 0.61 0.82 0 0.29 255.41 0.69 0.42
Hex 47 21 B5 3D 52 0 1D FF 45 2A
Octal 107 41 265 75 122 0 35 377 105 52
Binary 1000111 100001 10110101 111101 1010010 0 11101 11111111 1000101 101010

Color Harmonies of #4721B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4721B5

Black with #4721B5

Text Example


Text Example

White with #4721B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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