Html Css Color HEX #4725CC Purple Heart

📋 copy color: '#4725CC'

red 71 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #4725CC

Tints of Purple Heart #4725CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 22.76%
G = 11.86%
B = 65.38%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4725CC (or 0x4725CC) is known color: Purple Heart. HEX triplet: 47, 25 and CC. RGB value is (71,37,204). Sum of RGB (Red+Green+Blue) = 71+37+204=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #4725CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4725CC is #B8DA33. Grayscale: #414141. Windows color (decimal): -12114484 or 13378887. OLE color: 13378887.

HSL color Cylindrical-coordinate representation of color #4725CC: hue angle of 252.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4725CC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 37 204 -
CMYK 0.65 0.82 0 0.2
HSL 252.22º 0.69% 0.47% -
HSV(B) 252.22º 0.82% 0.8% -
XYZ 14.16 7.02 57.74 -
YUV 66.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 71 37 204 0.65 0.82 0 0.2 252.22 0.69 0.47
Hex 47 25 CC 41 52 0 14 FC 45 2F
Octal 107 45 314 101 122 0 24 374 105 57
Binary 1000111 100101 11001100 1000001 1010010 0 10100 11111100 1000101 101111

Color Harmonies of #4725CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725CC

Black with #4725CC

Text Example


Text Example

White with #4725CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4725CC; }

 p { color: rgb(71,37,204); }

 H1.HeaderClassName
 {
   color: #4725CC;
 }
 .AnyTagClassName
 {
   color: #4725CC;
 }
</style>

background-color css

<style>
 a { background-color: #4725CC; }

 a { background-color: rgb(71,37,204); }

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

border-color css

<style>
 span { border-color: #4725CC; }

 span { border-color: rgb(71,37,204); }

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