Html Css Color HEX #4714C2 Purple Heart

📋 copy color: '#4714C2'

red 71 ◦ green 20 ◦ blue 194

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

Shades of Purple Heart #4714C2

Tints of Purple Heart #4714C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 68.07%

R = 24.91%
G = 7.02%
B = 68.07%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4714C2 (or 0x4714C2) is known color: Purple Heart. HEX triplet: 47, 14 and C2. RGB value is (71,20,194). Sum of RGB (Red+Green+Blue) = 71+20+194=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #4714C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714C2 is #B8EB3D. Grayscale: #363636. Windows color (decimal): -12118846 or 12719175. OLE color: 12719175.

HSL color Cylindrical-coordinate representation of color #4714C2: hue angle of 257.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4714C2 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 20 194 -
CMYK 0.63 0.90 0 0.24
HSL 257.59º 0.81% 0.42% -
HSV(B) 257.59º 0.9% 0.76% -
XYZ 12.59 5.73 51.48 -
YUV 55.09 206.4 139.35 -
System Red Green Blue C M Y K H S L
Decimal 71 20 194 0.63 0.90 0 0.24 257.59 0.81 0.42
Hex 47 14 C2 3F 5A 0 18 102 51 2A
Octal 107 24 302 77 132 0 30 402 121 52
Binary 1000111 10100 11000010 111111 1011010 0 11000 100000010 1010001 101010

Color Harmonies of #4714C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714C2

Black with #4714C2

Text Example


Text Example

White with #4714C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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