Html Css Color HEX #4616BC Purple Heart

📋 copy color: '#4616BC'

red 70 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4616BC

Tints of Purple Heart #4616BC

RGB

 RED value IS 70 (27.73% from 255) = 25%

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

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

R = 25%
G = 7.86%
B = 67.14%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4616BC (or 0x4616BC) is known color: Purple Heart. HEX triplet: 46, 16 and BC. RGB value is (70,22,188). Sum of RGB (Red+Green+Blue) = 70+22+188=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #4616BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616BC is #B9E943. Grayscale: #363636. Windows color (decimal): -12183876 or 12326470. OLE color: 12326470.

HSL color Cylindrical-coordinate representation of color #4616BC: hue angle of 257.35º 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 #4616BC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 22 188 -
CMYK 0.63 0.88 0 0.26
HSL 257.35º 0.79% 0.41% -
HSV(B) 257.35º 0.88% 0.74% -
XYZ 11.89 5.51 48.01 -
YUV 55.28 202.9 138.5 -
System Red Green Blue C M Y K H S L
Decimal 70 22 188 0.63 0.88 0 0.26 257.35 0.79 0.41
Hex 46 16 BC 3F 58 0 1A 101 4F 29
Octal 106 26 274 77 130 0 32 401 117 51
Binary 1000110 10110 10111100 111111 1011000 0 11010 100000001 1001111 101001

Color Harmonies of #4616BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4616BC

Black with #4616BC

Text Example


Text Example

White with #4616BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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