Html Css Color HEX #4918BC Purple Heart

📋 copy color: '#4918BC'

red 73 ◦ green 24 ◦ blue 188

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

Shades of Purple Heart #4918BC

Tints of Purple Heart #4918BC

RGB

 RED value IS 73 (28.91% from 255) = 25.61%

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

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

R = 25.61%
G = 8.42%
B = 65.96%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4918BC (or 0x4918BC) is known color: Purple Heart. HEX triplet: 49, 18 and BC. RGB value is (73,24,188). Sum of RGB (Red+Green+Blue) = 73+24+188=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #4918BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918BC is #B6E743. Grayscale: #383838. Windows color (decimal): -11986756 or 12326985. OLE color: 12326985.

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

Color convert

RGB 73 24 188 -
CMYK 0.61 0.87 0 0.26
HSL 257.93º 0.77% 0.42% -
HSV(B) 257.93º 0.87% 0.74% -
XYZ 12.15 5.7 48.04 -
YUV 57.35 201.73 139.16 -
System Red Green Blue C M Y K H S L
Decimal 73 24 188 0.61 0.87 0 0.26 257.93 0.77 0.42
Hex 49 18 BC 3D 57 0 1A 102 4D 2A
Octal 111 30 274 75 127 0 32 402 115 52
Binary 1001001 11000 10111100 111101 1010111 0 11010 100000010 1001101 101010

Color Harmonies of #4918BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918BC

Black with #4918BC

Text Example


Text Example

White with #4918BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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