Html Css Color HEX #4713CF Purple Heart

📋 copy color: '#4713CF'

red 71 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #4713CF

Tints of Purple Heart #4713CF

RGB

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

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

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

R = 23.91%
G = 6.4%
B = 69.7%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4713CF (or 0x4713CF) is known color: Purple Heart. HEX triplet: 47, 13 and CF. RGB value is (71,19,207). Sum of RGB (Red+Green+Blue) = 71+19+207=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4713CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713CF is #B8EC30. Grayscale: #373737. Windows color (decimal): -12119089 or 13570887. OLE color: 13570887.

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

Color convert

RGB 71 19 207 -
CMYK 0.66 0.91 0 0.19
HSL 256.6º 0.83% 0.44% -
HSV(B) 256.6º 0.91% 0.81% -
XYZ 14.09 6.31 59.51 -
YUV 55.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 71 19 207 0.66 0.91 0 0.19 256.6 0.83 0.44
Hex 47 13 CF 42 5B 0 13 101 53 2C
Octal 107 23 317 102 133 0 23 401 123 54
Binary 1000111 10011 11001111 1000010 1011011 0 10011 100000001 1010011 101100

Color Harmonies of #4713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713CF

Black with #4713CF

Text Example


Text Example

White with #4713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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