Html Css Color HEX #441BB0 Purple Heart

📋 copy color: '#441BB0'

red 68 ◦ green 27 ◦ blue 176

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

Shades of Purple Heart #441BB0

Tints of Purple Heart #441BB0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 25.09%
G = 9.96%
B = 64.94%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#441BB0 (or 0x441BB0) is known color: Purple Heart. HEX triplet: 44, 1B and B0. RGB value is (68,27,176). Sum of RGB (Red+Green+Blue) = 68+27+176=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #441BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441BB0 is #BBE44F. Grayscale: #373737. Windows color (decimal): -12313680 or 11541316. OLE color: 11541316.

HSL color Cylindrical-coordinate representation of color #441BB0: hue angle of 256.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441BB0 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 27 176 -
CMYK 0.61 0.85 0 0.31
HSL 256.51º 0.73% 0.4% -
HSV(B) 256.51º 0.85% 0.69% -
XYZ 10.61 5.15 41.51 -
YUV 56.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 68 27 176 0.61 0.85 0 0.31 256.51 0.73 0.4
Hex 44 1B B0 3D 55 0 1F 101 49 28
Octal 104 33 260 75 125 0 37 401 111 50
Binary 1000100 11011 10110000 111101 1010101 0 11111 100000001 1001001 101000

Color Harmonies of #441BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BB0

Black with #441BB0

Text Example


Text Example

White with #441BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,27,176); }

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

background-color css

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

 a { background-color: rgb(68,27,176); }

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

border-color css

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

 span { border-color: rgb(68,27,176); }

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