Html Css Color HEX #4C18BC Purple Heart

📋 copy color: '#4C18BC'

red 76 ◦ green 24 ◦ blue 188

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

Shades of Purple Heart #4C18BC

Tints of Purple Heart #4C18BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 26.39%
G = 8.33%
B = 65.28%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C18BC (or 0x4C18BC) is known color: Purple Heart. HEX triplet: 4C, 18 and BC. RGB value is (76,24,188). Sum of RGB (Red+Green+Blue) = 76+24+188=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C18BC is #B3E743. Grayscale: #393939. Windows color (decimal): -11790148 or 12326988. OLE color: 12326988.

HSL color Cylindrical-coordinate representation of color #4C18BC: hue angle of 259.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C18BC is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 24 188 -
CMYK 0.60 0.87 0 0.26
HSL 259.02º 0.77% 0.42% -
HSV(B) 259.02º 0.87% 0.74% -
XYZ 12.38 5.82 48.05 -
YUV 58.24 201.23 140.66 -
System Red Green Blue C M Y K H S L
Decimal 76 24 188 0.60 0.87 0 0.26 259.02 0.77 0.42
Hex 4C 18 BC 3C 57 0 1A 103 4D 2A
Octal 114 30 274 74 127 0 32 403 115 52
Binary 1001100 11000 10111100 111100 1010111 0 11010 100000011 1001101 101010

Color Harmonies of #4C18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C18BC

Black with #4C18BC

Text Example


Text Example

White with #4C18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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