Html Css Color HEX #441EBD Purple Heart

📋 copy color: '#441EBD'

red 68 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #441EBD

Tints of Purple Heart #441EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 23.69%
G = 10.45%
B = 65.85%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#441EBD (or 0x441EBD) is known color: Purple Heart. HEX triplet: 44, 1E and BD. RGB value is (68,30,189). Sum of RGB (Red+Green+Blue) = 68+30+189=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #441EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EBD is #BBE142. Grayscale: #3A3A3A. Windows color (decimal): -12312899 or 12394052. OLE color: 12394052.

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

Color convert

RGB 68 30 189 -
CMYK 0.64 0.84 0 0.26
HSL 254.34º 0.73% 0.43% -
HSV(B) 254.34º 0.84% 0.74% -
XYZ 12.03 5.83 48.64 -
YUV 59.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 68 30 189 0.64 0.84 0 0.26 254.34 0.73 0.43
Hex 44 1E BD 40 54 0 1A FE 49 2B
Octal 104 36 275 100 124 0 32 376 111 53
Binary 1000100 11110 10111101 1000000 1010100 0 11010 11111110 1001001 101011

Color Harmonies of #441EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EBD

Black with #441EBD

Text Example


Text Example

White with #441EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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