Html Css Color HEX #4C16BC Purple Heart

📋 copy color: '#4C16BC'

red 76 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4C16BC

Tints of Purple Heart #4C16BC

RGB

 RED value IS 76 (30.08% from 255) = 26.57%

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

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

R = 26.57%
G = 7.69%
B = 65.73%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C16BC (or 0x4C16BC) is known color: Purple Heart. HEX triplet: 4C, 16 and BC. RGB value is (76,22,188). Sum of RGB (Red+Green+Blue) = 76+22+188=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C16BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16BC is #B3E943. Grayscale: #383838. Windows color (decimal): -11790660 or 12326476. OLE color: 12326476.

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

Color convert

RGB 76 22 188 -
CMYK 0.60 0.88 0 0.26
HSL 259.52º 0.79% 0.41% -
HSV(B) 259.52º 0.88% 0.74% -
XYZ 12.34 5.74 48.03 -
YUV 57.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 76 22 188 0.60 0.88 0 0.26 259.52 0.79 0.41
Hex 4C 16 BC 3C 58 0 1A 104 4F 29
Octal 114 26 274 74 130 0 32 404 117 51
Binary 1001100 10110 10111100 111100 1011000 0 11010 100000100 1001111 101001

Color Harmonies of #4C16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C16BC

Black with #4C16BC

Text Example


Text Example

White with #4C16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C16BC; }

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

 H1.HeaderClassName
 {
   color: #4C16BC;
 }
 .AnyTagClassName
 {
   color: #4C16BC;
 }
</style>

background-color css

<style>
 a { background-color: #4C16BC; }

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

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

border-color css

<style>
 span { border-color: #4C16BC; }

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

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