Html Css Color HEX #4816BC Purple Heart

📋 copy color: '#4816BC'

red 72 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4816BC

Tints of Purple Heart #4816BC

RGB

 RED value IS 72 (28.52% from 255) = 25.53%

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

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

R = 25.53%
G = 7.8%
B = 66.67%

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

#4816BC (or 0x4816BC) is known color: Purple Heart. HEX triplet: 48, 16 and BC. RGB value is (72,22,188). Sum of RGB (Red+Green+Blue) = 72+22+188=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4816BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BC is #B7E943. Grayscale: #373737. Windows color (decimal): -12052804 or 12326472. OLE color: 12326472.

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

Color convert

RGB 72 22 188 -
CMYK 0.62 0.88 0 0.26
HSL 258.07º 0.79% 0.41% -
HSV(B) 258.07º 0.88% 0.74% -
XYZ 12.04 5.58 48.02 -
YUV 55.87 202.57 139.5 -
System Red Green Blue C M Y K H S L
Decimal 72 22 188 0.62 0.88 0 0.26 258.07 0.79 0.41
Hex 48 16 BC 3E 58 0 1A 102 4F 29
Octal 110 26 274 76 130 0 32 402 117 51
Binary 1001000 10110 10111100 111110 1011000 0 11010 100000010 1001111 101001

Color Harmonies of #4816BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816BC

Black with #4816BC

Text Example


Text Example

White with #4816BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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