Html Css Color HEX #4418BF Purple Heart

📋 copy color: '#4418BF'

red 68 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #4418BF

Tints of Purple Heart #4418BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 24.03%
G = 8.48%
B = 67.49%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4418BF (or 0x4418BF) is known color: Purple Heart. HEX triplet: 44, 18 and BF. RGB value is (68,24,191). Sum of RGB (Red+Green+Blue) = 68+24+191=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #4418BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418BF is #BBE740. Grayscale: #373737. Windows color (decimal): -12314433 or 12523588. OLE color: 12523588.

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

Color convert

RGB 68 24 191 -
CMYK 0.64 0.87 0 0.25
HSL 255.81º 0.78% 0.42% -
HSV(B) 255.81º 0.87% 0.75% -
XYZ 12.11 5.64 49.74 -
YUV 56.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 68 24 191 0.64 0.87 0 0.25 255.81 0.78 0.42
Hex 44 18 BF 40 57 0 19 100 4E 2A
Octal 104 30 277 100 127 0 31 400 116 52
Binary 1000100 11000 10111111 1000000 1010111 0 11001 100000000 1001110 101010

Color Harmonies of #4418BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4418BF

Black with #4418BF

Text Example


Text Example

White with #4418BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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