Html Css Color HEX #4728CF Purple Heart

📋 copy color: '#4728CF'

red 71 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #4728CF

Tints of Purple Heart #4728CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 22.33%
G = 12.58%
B = 65.09%

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

#4728CF (or 0x4728CF) is known color: Purple Heart. HEX triplet: 47, 28 and CF. RGB value is (71,40,207). Sum of RGB (Red+Green+Blue) = 71+40+207=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #4728CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728CF is #B8D730. Grayscale: #434343. Windows color (decimal): -12113713 or 13576263. OLE color: 13576263.

HSL color Cylindrical-coordinate representation of color #4728CF: hue angle of 251.14º degrees, saturation: 0.68, 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 #4728CF is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 40 207 -
CMYK 0.66 0.81 0 0.19
HSL 251.14º 0.68% 0.48% -
HSV(B) 251.14º 0.81% 0.81% -
XYZ 14.62 7.36 59.68 -
YUV 68.31 206.27 129.92 -
System Red Green Blue C M Y K H S L
Decimal 71 40 207 0.66 0.81 0 0.19 251.14 0.68 0.48
Hex 47 28 CF 42 51 0 13 FB 44 30
Octal 107 50 317 102 121 0 23 373 104 60
Binary 1000111 101000 11001111 1000010 1010001 0 10011 11111011 1000100 110000

Color Harmonies of #4728CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728CF

Black with #4728CF

Text Example


Text Example

White with #4728CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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