Html Css Color HEX #440ABA Purple Heart

📋 copy color: '#440ABA'

red 68 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #440ABA

Tints of Purple Heart #440ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 25.76%
G = 3.79%
B = 70.45%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#440ABA (or 0x440ABA) is known color: Purple Heart. HEX triplet: 44, 0A and BA. RGB value is (68,10,186). Sum of RGB (Red+Green+Blue) = 68+10+186=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #440ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ABA is #BBF545. Grayscale: #2E2E2E. Windows color (decimal): -12318022 or 12192324. OLE color: 12192324.

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

Color convert

RGB 68 10 186 -
CMYK 0.63 0.95 0 0.27
HSL 259.77º 0.9% 0.38% -
HSV(B) 259.77º 0.95% 0.73% -
XYZ 11.36 4.99 46.82 -
YUV 47.41 206.22 142.69 -
System Red Green Blue C M Y K H S L
Decimal 68 10 186 0.63 0.95 0 0.27 259.77 0.9 0.38
Hex 44 A BA 3F 5F 0 1B 104 5A 26
Octal 104 12 272 77 137 0 33 404 132 46
Binary 1000100 1010 10111010 111111 1011111 0 11011 100000100 1011010 100110

Color Harmonies of #440ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440ABA

Black with #440ABA

Text Example


Text Example

White with #440ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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