Html Css Color HEX #4C16CD Purple Heart

📋 copy color: '#4C16CD'

red 76 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4C16CD

Tints of Purple Heart #4C16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 25.08%
G = 7.26%
B = 67.66%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C16CD (or 0x4C16CD) is known color: Purple Heart. HEX triplet: 4C, 16 and CD. RGB value is (76,22,205). Sum of RGB (Red+Green+Blue) = 76+22+205=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C16CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16CD is #B3E932. Grayscale: #3A3A3A. Windows color (decimal): -11790643 or 13440588. OLE color: 13440588.

HSL color Cylindrical-coordinate representation of color #4C16CD: hue angle of 257.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C16CD is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 22 205 -
CMYK 0.63 0.89 0 0.20
HSL 257.7º 0.81% 0.45% -
HSV(B) 257.7º 0.89% 0.8% -
XYZ 14.29 6.52 58.26 -
YUV 59.01 210.39 140.12 -
System Red Green Blue C M Y K H S L
Decimal 76 22 205 0.63 0.89 0 0.20 257.7 0.81 0.45
Hex 4C 16 CD 3F 59 0 14 102 51 2D
Octal 114 26 315 77 131 0 24 402 121 55
Binary 1001100 10110 11001101 111111 1011001 0 10100 100000010 1010001 101101

Color Harmonies of #4C16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C16CD

Black with #4C16CD

Text Example


Text Example

White with #4C16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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