Html Css Color HEX #440BBB Purple Heart

📋 copy color: '#440BBB'

red 68 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #440BBB

Tints of Purple Heart #440BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 25.56%
G = 4.14%
B = 70.3%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#440BBB (or 0x440BBB) is known color: Purple Heart. HEX triplet: 44, 0B and BB. RGB value is (68,11,187). Sum of RGB (Red+Green+Blue) = 68+11+187=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #440BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BBB is #BBF444. Grayscale: #2F2F2F. Windows color (decimal): -12317765 or 12258116. OLE color: 12258116.

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

Color convert

RGB 68 11 187 -
CMYK 0.64 0.94 0 0.27
HSL 259.43º 0.89% 0.39% -
HSV(B) 259.43º 0.94% 0.73% -
XYZ 11.47 5.06 47.38 -
YUV 48.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 68 11 187 0.64 0.94 0 0.27 259.43 0.89 0.39
Hex 44 B BB 40 5E 0 1B 103 59 27
Octal 104 13 273 100 136 0 33 403 131 47
Binary 1000100 1011 10111011 1000000 1011110 0 11011 100000011 1011001 100111

Color Harmonies of #440BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BBB

Black with #440BBB

Text Example


Text Example

White with #440BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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