Html Css Color HEX #4716CD Purple Heart

📋 copy color: '#4716CD'

red 71 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4716CD

Tints of Purple Heart #4716CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 23.83%
G = 7.38%
B = 68.79%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4716CD (or 0x4716CD) is known color: Purple Heart. HEX triplet: 47, 16 and CD. RGB value is (71,22,205). Sum of RGB (Red+Green+Blue) = 71+22+205=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #4716CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716CD is #B8E932. Grayscale: #383838. Windows color (decimal): -12118323 or 13440583. OLE color: 13440583.

HSL color Cylindrical-coordinate representation of color #4716CD: hue angle of 256.07º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4716CD is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 22 205 -
CMYK 0.65 0.89 0 0.20
HSL 256.07º 0.81% 0.45% -
HSV(B) 256.07º 0.89% 0.8% -
XYZ 13.9 6.32 58.24 -
YUV 57.51 211.23 137.62 -
System Red Green Blue C M Y K H S L
Decimal 71 22 205 0.65 0.89 0 0.20 256.07 0.81 0.45
Hex 47 16 CD 41 59 0 14 100 51 2D
Octal 107 26 315 101 131 0 24 400 121 55
Binary 1000111 10110 11001101 1000001 1011001 0 10100 100000000 1010001 101101

Color Harmonies of #4716CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716CD

Black with #4716CD

Text Example


Text Example

White with #4716CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4716CD; }

 p { color: rgb(71,22,205); }

 H1.HeaderClassName
 {
   color: #4716CD;
 }
 .AnyTagClassName
 {
   color: #4716CD;
 }
</style>

background-color css

<style>
 a { background-color: #4716CD; }

 a { background-color: rgb(71,22,205); }

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

border-color css

<style>
 span { border-color: #4716CD; }

 span { border-color: rgb(71,22,205); }

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