Html Css Color HEX #441EBF Purple Heart

📋 copy color: '#441EBF'

red 68 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #441EBF

Tints of Purple Heart #441EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 23.53%
G = 10.38%
B = 66.09%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#441EBF (or 0x441EBF) is known color: Purple Heart. HEX triplet: 44, 1E and BF. RGB value is (68,30,191). Sum of RGB (Red+Green+Blue) = 68+30+191=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #441EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EBF is #BBE140. Grayscale: #3B3B3B. Windows color (decimal): -12312897 or 12525124. OLE color: 12525124.

HSL color Cylindrical-coordinate representation of color #441EBF: hue angle of 254.16º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441EBF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 30 191 -
CMYK 0.64 0.84 0 0.25
HSL 254.16º 0.73% 0.43% -
HSV(B) 254.16º 0.84% 0.75% -
XYZ 12.25 5.92 49.79 -
YUV 59.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 68 30 191 0.64 0.84 0 0.25 254.16 0.73 0.43
Hex 44 1E BF 40 54 0 19 FE 49 2B
Octal 104 36 277 100 124 0 31 376 111 53
Binary 1000100 11110 10111111 1000000 1010100 0 11001 11111110 1001001 101011

Color Harmonies of #441EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EBF

Black with #441EBF

Text Example


Text Example

White with #441EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441EBF; }

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

 H1.HeaderClassName
 {
   color: #441EBF;
 }
 .AnyTagClassName
 {
   color: #441EBF;
 }
</style>

background-color css

<style>
 a { background-color: #441EBF; }

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

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

border-color css

<style>
 span { border-color: #441EBF; }

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

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