Html Css Color HEX #4725CB Purple Heart

📋 copy color: '#4725CB'

red 71 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #4725CB

Tints of Purple Heart #4725CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 22.83%
G = 11.9%
B = 65.27%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4725CB (or 0x4725CB) is known color: Purple Heart. HEX triplet: 47, 25 and CB. RGB value is (71,37,203). Sum of RGB (Red+Green+Blue) = 71+37+203=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #4725CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4725CB is #B8DA34. Grayscale: #414141. Windows color (decimal): -12114485 or 13313351. OLE color: 13313351.

HSL color Cylindrical-coordinate representation of color #4725CB: hue angle of 252.29º 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 #4725CB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 37 203 -
CMYK 0.65 0.82 0 0.20
HSL 252.29º 0.69% 0.47% -
HSV(B) 252.29º 0.82% 0.8% -
XYZ 14.04 6.97 57.11 -
YUV 66.09 205.26 131.5 -
System Red Green Blue C M Y K H S L
Decimal 71 37 203 0.65 0.82 0 0.20 252.29 0.69 0.47
Hex 47 25 CB 41 52 0 14 FC 45 2F
Octal 107 45 313 101 122 0 24 374 105 57
Binary 1000111 100101 11001011 1000001 1010010 0 10100 11111100 1000101 101111

Color Harmonies of #4725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4725CB

Black with #4725CB

Text Example


Text Example

White with #4725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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