Html Css Color HEX #4725CF Purple Heart

📋 copy color: '#4725CF'

red 71 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #4725CF

Tints of Purple Heart #4725CF

RGB

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

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

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

R = 22.54%
G = 11.75%
B = 65.71%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4725CF (or 0x4725CF) is known color: Purple Heart. HEX triplet: 47, 25 and CF. RGB value is (71,37,207). Sum of RGB (Red+Green+Blue) = 71+37+207=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #4725CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4725CF is #B8DA30. Grayscale: #414141. Windows color (decimal): -12114481 or 13575495. OLE color: 13575495.

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

Color convert

RGB 71 37 207 -
CMYK 0.66 0.82 0 0.19
HSL 252º 0.7% 0.48% -
HSV(B) 252º 0.82% 0.81% -
XYZ 14.52 7.17 59.65 -
YUV 66.55 207.26 131.18 -
System Red Green Blue C M Y K H S L
Decimal 71 37 207 0.66 0.82 0 0.19 252 0.7 0.48
Hex 47 25 CF 42 52 0 13 FC 46 30
Octal 107 45 317 102 122 0 23 374 106 60
Binary 1000111 100101 11001111 1000010 1010010 0 10011 11111100 1000110 110000

Color Harmonies of #4725CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725CF

Black with #4725CF

Text Example


Text Example

White with #4725CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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