Html Css Color HEX #4716CA Purple Heart

📋 copy color: '#4716CA'

red 71 ◦ green 22 ◦ blue 202

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

Shades of Purple Heart #4716CA

Tints of Purple Heart #4716CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 24.07%
G = 7.46%
B = 68.47%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4716CA (or 0x4716CA) is known color: Purple Heart. HEX triplet: 47, 16 and CA. RGB value is (71,22,202). Sum of RGB (Red+Green+Blue) = 71+22+202=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #4716CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716CA is #B8E935. Grayscale: #383838. Windows color (decimal): -12118326 or 13243975. OLE color: 13243975.

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

Color convert

RGB 71 22 202 -
CMYK 0.65 0.89 0 0.21
HSL 256.33º 0.8% 0.44% -
HSV(B) 256.33º 0.89% 0.79% -
XYZ 13.55 6.18 56.36 -
YUV 57.17 209.73 137.86 -
System Red Green Blue C M Y K H S L
Decimal 71 22 202 0.65 0.89 0 0.21 256.33 0.8 0.44
Hex 47 16 CA 41 59 0 15 100 50 2C
Octal 107 26 312 101 131 0 25 400 120 54
Binary 1000111 10110 11001010 1000001 1011001 0 10101 100000000 1010000 101100

Color Harmonies of #4716CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716CA

Black with #4716CA

Text Example


Text Example

White with #4716CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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