Html Css Color HEX #4716BC Purple Heart

📋 copy color: '#4716BC'

red 71 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4716BC

Tints of Purple Heart #4716BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 25.27%
G = 7.83%
B = 66.9%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4716BC (or 0x4716BC) is known color: Purple Heart. HEX triplet: 47, 16 and BC. RGB value is (71,22,188). Sum of RGB (Red+Green+Blue) = 71+22+188=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #4716BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716BC is #B8E943. Grayscale: #363636. Windows color (decimal): -12118340 or 12326471. OLE color: 12326471.

HSL color Cylindrical-coordinate representation of color #4716BC: hue angle of 257.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4716BC is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 22 188 -
CMYK 0.62 0.88 0 0.26
HSL 257.71º 0.79% 0.41% -
HSV(B) 257.71º 0.88% 0.74% -
XYZ 11.96 5.54 48.02 -
YUV 55.58 202.73 139 -
System Red Green Blue C M Y K H S L
Decimal 71 22 188 0.62 0.88 0 0.26 257.71 0.79 0.41
Hex 47 16 BC 3E 58 0 1A 102 4F 29
Octal 107 26 274 76 130 0 32 402 117 51
Binary 1000111 10110 10111100 111110 1011000 0 11010 100000010 1001111 101001

Color Harmonies of #4716BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716BC

Black with #4716BC

Text Example


Text Example

White with #4716BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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