Html Css Color HEX #4C18BE Purple Heart

📋 copy color: '#4C18BE'

red 76 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #4C18BE

Tints of Purple Heart #4C18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 26.21%
G = 8.28%
B = 65.52%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C18BE (or 0x4C18BE) is known color: Purple Heart. HEX triplet: 4C, 18 and BE. RGB value is (76,24,190). Sum of RGB (Red+Green+Blue) = 76+24+190=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C18BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C18BE is #B3E741. Grayscale: #393939. Windows color (decimal): -11790146 or 12458060. OLE color: 12458060.

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

Color convert

RGB 76 24 190 -
CMYK 0.60 0.87 0 0.25
HSL 258.8º 0.78% 0.42% -
HSV(B) 258.8º 0.87% 0.75% -
XYZ 12.6 5.91 49.19 -
YUV 58.47 202.23 140.5 -
System Red Green Blue C M Y K H S L
Decimal 76 24 190 0.60 0.87 0 0.25 258.8 0.78 0.42
Hex 4C 18 BE 3C 57 0 19 103 4E 2A
Octal 114 30 276 74 127 0 31 403 116 52
Binary 1001100 11000 10111110 111100 1010111 0 11001 100000011 1001110 101010

Color Harmonies of #4C18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C18BE

Black with #4C18BE

Text Example


Text Example

White with #4C18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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