Html Css Color HEX #4714CC Purple Heart

📋 copy color: '#4714CC'

red 71 ◦ green 20 ◦ blue 204

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

Shades of Purple Heart #4714CC

Tints of Purple Heart #4714CC

RGB

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

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

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

R = 24.07%
G = 6.78%
B = 69.15%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4714CC (or 0x4714CC) is known color: Purple Heart. HEX triplet: 47, 14 and CC. RGB value is (71,20,204). Sum of RGB (Red+Green+Blue) = 71+20+204=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #4714CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714CC is #B8EB33. Grayscale: #373737. Windows color (decimal): -12118836 or 13374535. OLE color: 13374535.

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

Color convert

RGB 71 20 204 -
CMYK 0.65 0.90 0 0.2
HSL 256.63º 0.82% 0.44% -
HSV(B) 256.63º 0.9% 0.8% -
XYZ 13.75 6.2 57.6 -
YUV 56.23 211.4 138.54 -
System Red Green Blue C M Y K H S L
Decimal 71 20 204 0.65 0.90 0 0.2 256.63 0.82 0.44
Hex 47 14 CC 41 5A 0 14 101 52 2C
Octal 107 24 314 101 132 0 24 401 122 54
Binary 1000111 10100 11001100 1000001 1011010 0 10100 100000001 1010010 101100

Color Harmonies of #4714CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714CC

Black with #4714CC

Text Example


Text Example

White with #4714CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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