Html Css Color HEX #440FBB Purple Heart

📋 copy color: '#440FBB'

red 68 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #440FBB

Tints of Purple Heart #440FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

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

R = 25.19%
G = 5.56%
B = 69.26%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#440FBB (or 0x440FBB) is known color: Purple Heart. HEX triplet: 44, 0F and BB. RGB value is (68,15,187). Sum of RGB (Red+Green+Blue) = 68+15+187=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #440FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBB is #BBF044. Grayscale: #313131. Windows color (decimal): -12316741 or 12259140. OLE color: 12259140.

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

Color convert

RGB 68 15 187 -
CMYK 0.64 0.92 0 0.27
HSL 258.49º 0.85% 0.4% -
HSV(B) 258.49º 0.92% 0.73% -
XYZ 11.52 5.16 47.4 -
YUV 50.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 68 15 187 0.64 0.92 0 0.27 258.49 0.85 0.4
Hex 44 F BB 40 5C 0 1B 102 55 28
Octal 104 17 273 100 134 0 33 402 125 50
Binary 1000100 1111 10111011 1000000 1011100 0 11011 100000010 1010101 101000

Color Harmonies of #440FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FBB

Black with #440FBB

Text Example


Text Example

White with #440FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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