Html Css Color HEX #440ABB Purple Heart

📋 copy color: '#440ABB'

red 68 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #440ABB

Tints of Purple Heart #440ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 25.66%
G = 3.77%
B = 70.57%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#440ABB (or 0x440ABB) is known color: Purple Heart. HEX triplet: 44, 0A and BB. RGB value is (68,10,187). Sum of RGB (Red+Green+Blue) = 68+10+187=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #440ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ABB is #BBF544. Grayscale: #2E2E2E. Windows color (decimal): -12318021 or 12257860. OLE color: 12257860.

HSL color Cylindrical-coordinate representation of color #440ABB: hue angle of 259.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ABB is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 10 187 -
CMYK 0.64 0.95 0 0.27
HSL 259.66º 0.9% 0.39% -
HSV(B) 259.66º 0.95% 0.73% -
XYZ 11.46 5.03 47.38 -
YUV 47.52 206.72 142.61 -
System Red Green Blue C M Y K H S L
Decimal 68 10 187 0.64 0.95 0 0.27 259.66 0.9 0.39
Hex 44 A BB 40 5F 0 1B 104 5A 27
Octal 104 12 273 100 137 0 33 404 132 47
Binary 1000100 1010 10111011 1000000 1011111 0 11011 100000100 1011010 100111

Color Harmonies of #440ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440ABB

Black with #440ABB

Text Example


Text Example

White with #440ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440ABB; }

 p { color: rgb(68,10,187); }

 H1.HeaderClassName
 {
   color: #440ABB;
 }
 .AnyTagClassName
 {
   color: #440ABB;
 }
</style>

background-color css

<style>
 a { background-color: #440ABB; }

 a { background-color: rgb(68,10,187); }

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

border-color css

<style>
 span { border-color: #440ABB; }

 span { border-color: rgb(68,10,187); }

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