Html Css Color HEX #4418BC Purple Heart

📋 copy color: '#4418BC'

red 68 ◦ green 24 ◦ blue 188

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

Shades of Purple Heart #4418BC

Tints of Purple Heart #4418BC

RGB

 RED value IS 68 (26.95% from 255) = 24.29%

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

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

R = 24.29%
G = 8.57%
B = 67.14%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4418BC (or 0x4418BC) is known color: Purple Heart. HEX triplet: 44, 18 and BC. RGB value is (68,24,188). Sum of RGB (Red+Green+Blue) = 68+24+188=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #4418BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418BC is #BBE743. Grayscale: #373737. Windows color (decimal): -12314436 or 12326980. OLE color: 12326980.

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

Color convert

RGB 68 24 188 -
CMYK 0.64 0.87 0 0.26
HSL 256.1º 0.77% 0.42% -
HSV(B) 256.1º 0.87% 0.74% -
XYZ 11.79 5.51 48.02 -
YUV 55.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 68 24 188 0.64 0.87 0 0.26 256.1 0.77 0.42
Hex 44 18 BC 40 57 0 1A 100 4D 2A
Octal 104 30 274 100 127 0 32 400 115 52
Binary 1000100 11000 10111100 1000000 1010111 0 11010 100000000 1001101 101010

Color Harmonies of #4418BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4418BC

Black with #4418BC

Text Example


Text Example

White with #4418BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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