Html Css Color HEX #4713B4 Purple Heart

📋 copy color: '#4713B4'

red 71 ◦ green 19 ◦ blue 180

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

Shades of Purple Heart #4713B4

Tints of Purple Heart #4713B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

 BLUE value IS 180 (70.7% from 255) = 66.67%

R = 26.3%
G = 7.04%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4713B4 (or 0x4713B4) is known color: Purple Heart. HEX triplet: 47, 13 and B4. RGB value is (71,19,180). Sum of RGB (Red+Green+Blue) = 71+19+180=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #4713B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713B4 is #B8EC4B. Grayscale: #343434. Windows color (decimal): -12119116 or 11801415. OLE color: 11801415.

HSL color Cylindrical-coordinate representation of color #4713B4: hue angle of 259.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4713B4 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 19 180 -
CMYK 0.61 0.89 0 0.29
HSL 259.38º 0.81% 0.39% -
HSV(B) 259.38º 0.89% 0.71% -
XYZ 11.07 5.1 43.58 -
YUV 52.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 71 19 180 0.61 0.89 0 0.29 259.38 0.81 0.39
Hex 47 13 B4 3D 59 0 1D 103 51 27
Octal 107 23 264 75 131 0 35 403 121 47
Binary 1000111 10011 10110100 111101 1011001 0 11101 100000011 1010001 100111

Color Harmonies of #4713B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713B4

Black with #4713B4

Text Example


Text Example

White with #4713B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4713B4; }

 p { color: rgb(71,19,180); }

 H1.HeaderClassName
 {
   color: #4713B4;
 }
 .AnyTagClassName
 {
   color: #4713B4;
 }
</style>

background-color css

<style>
 a { background-color: #4713B4; }

 a { background-color: rgb(71,19,180); }

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

border-color css

<style>
 span { border-color: #4713B4; }

 span { border-color: rgb(71,19,180); }

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