Html Css Color HEX #4714CF Purple Heart

📋 copy color: '#4714CF'

red 71 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #4714CF

Tints of Purple Heart #4714CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 23.83%
G = 6.71%
B = 69.46%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4714CF (or 0x4714CF) is known color: Purple Heart. HEX triplet: 47, 14 and CF. RGB value is (71,20,207). Sum of RGB (Red+Green+Blue) = 71+20+207=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #4714CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714CF is #B8EB30. Grayscale: #373737. Windows color (decimal): -12118833 or 13571143. OLE color: 13571143.

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

Color convert

RGB 71 20 207 -
CMYK 0.66 0.90 0 0.19
HSL 256.36º 0.82% 0.45% -
HSV(B) 256.36º 0.9% 0.81% -
XYZ 14.11 6.34 59.51 -
YUV 56.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 71 20 207 0.66 0.90 0 0.19 256.36 0.82 0.45
Hex 47 14 CF 42 5A 0 13 100 52 2D
Octal 107 24 317 102 132 0 23 400 122 55
Binary 1000111 10100 11001111 1000010 1011010 0 10011 100000000 1010010 101101

Color Harmonies of #4714CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714CF

Black with #4714CF

Text Example


Text Example

White with #4714CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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