Html Css Color HEX #4713CC Purple Heart

📋 copy color: '#4713CC'

red 71 ◦ green 19 ◦ blue 204

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

Shades of Purple Heart #4713CC

Tints of Purple Heart #4713CC

RGB

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

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

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

R = 24.15%
G = 6.46%
B = 69.39%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4713CC (or 0x4713CC) is known color: Purple Heart. HEX triplet: 47, 13 and CC. RGB value is (71,19,204). Sum of RGB (Red+Green+Blue) = 71+19+204=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #4713CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713CC is #B8EC33. Grayscale: #363636. Windows color (decimal): -12119092 or 13374279. OLE color: 13374279.

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

Color convert

RGB 71 19 204 -
CMYK 0.65 0.91 0 0.2
HSL 256.86º 0.83% 0.44% -
HSV(B) 256.86º 0.91% 0.8% -
XYZ 13.73 6.16 57.59 -
YUV 55.64 211.73 138.96 -
System Red Green Blue C M Y K H S L
Decimal 71 19 204 0.65 0.91 0 0.2 256.86 0.83 0.44
Hex 47 13 CC 41 5B 0 14 101 53 2C
Octal 107 23 314 101 133 0 24 401 123 54
Binary 1000111 10011 11001100 1000001 1011011 0 10100 100000001 1010011 101100

Color Harmonies of #4713CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713CC

Black with #4713CC

Text Example


Text Example

White with #4713CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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