Html Css Color HEX #4728CE Purple Heart

📋 copy color: '#4728CE'

red 71 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #4728CE

Tints of Purple Heart #4728CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 22.4%
G = 12.62%
B = 64.98%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4728CE (or 0x4728CE) is known color: Purple Heart. HEX triplet: 47, 28 and CE. RGB value is (71,40,206). Sum of RGB (Red+Green+Blue) = 71+40+206=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #4728CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728CE is #B8D731. Grayscale: #434343. Windows color (decimal): -12113714 or 13510727. OLE color: 13510727.

HSL color Cylindrical-coordinate representation of color #4728CE: hue angle of 251.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4728CE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 40 206 -
CMYK 0.66 0.81 0 0.19
HSL 251.2º 0.67% 0.48% -
HSV(B) 251.2º 0.81% 0.81% -
XYZ 14.5 7.31 59.04 -
YUV 68.19 205.77 130 -
System Red Green Blue C M Y K H S L
Decimal 71 40 206 0.66 0.81 0 0.19 251.2 0.67 0.48
Hex 47 28 CE 42 51 0 13 FB 43 30
Octal 107 50 316 102 121 0 23 373 103 60
Binary 1000111 101000 11001110 1000010 1010001 0 10011 11111011 1000011 110000

Color Harmonies of #4728CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728CE

Black with #4728CE

Text Example


Text Example

White with #4728CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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