Html Css Color HEX #4728CD Purple Heart

📋 copy color: '#4728CD'

red 71 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4728CD

Tints of Purple Heart #4728CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 22.47%
G = 12.66%
B = 64.87%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4728CD (or 0x4728CD) is known color: Purple Heart. HEX triplet: 47, 28 and CD. RGB value is (71,40,205). Sum of RGB (Red+Green+Blue) = 71+40+205=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #4728CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728CD is #B8D732. Grayscale: #434343. Windows color (decimal): -12113715 or 13445191. OLE color: 13445191.

HSL color Cylindrical-coordinate representation of color #4728CD: hue angle of 251.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4728CD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 40 205 -
CMYK 0.65 0.80 0 0.20
HSL 251.27º 0.67% 0.48% -
HSV(B) 251.27º 0.8% 0.8% -
XYZ 14.38 7.26 58.4 -
YUV 68.08 205.27 130.08 -
System Red Green Blue C M Y K H S L
Decimal 71 40 205 0.65 0.80 0 0.20 251.27 0.67 0.48
Hex 47 28 CD 41 50 0 14 FB 43 30
Octal 107 50 315 101 120 0 24 373 103 60
Binary 1000111 101000 11001101 1000001 1010000 0 10100 11111011 1000011 110000

Color Harmonies of #4728CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728CD

Black with #4728CD

Text Example


Text Example

White with #4728CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4728CD; }

 p { color: rgb(71,40,205); }

 H1.HeaderClassName
 {
   color: #4728CD;
 }
 .AnyTagClassName
 {
   color: #4728CD;
 }
</style>

background-color css

<style>
 a { background-color: #4728CD; }

 a { background-color: rgb(71,40,205); }

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

border-color css

<style>
 span { border-color: #4728CD; }

 span { border-color: rgb(71,40,205); }

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