Html Css Color HEX #440BBE Purple Heart

📋 copy color: '#440BBE'

red 68 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #440BBE

Tints of Purple Heart #440BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 25.28%
G = 4.09%
B = 70.63%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#440BBE (or 0x440BBE) is known color: Purple Heart. HEX triplet: 44, 0B and BE. RGB value is (68,11,190). Sum of RGB (Red+Green+Blue) = 68+11+190=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #440BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BBE is #BBF441. Grayscale: #2F2F2F. Windows color (decimal): -12317762 or 12454724. OLE color: 12454724.

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

Color convert

RGB 68 11 190 -
CMYK 0.64 0.94 0 0.25
HSL 259.11º 0.89% 0.39% -
HSV(B) 259.11º 0.94% 0.75% -
XYZ 11.8 5.19 49.09 -
YUV 48.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 68 11 190 0.64 0.94 0 0.25 259.11 0.89 0.39
Hex 44 B BE 40 5E 0 19 103 59 27
Octal 104 13 276 100 136 0 31 403 131 47
Binary 1000100 1011 10111110 1000000 1011110 0 11001 100000011 1011001 100111

Color Harmonies of #440BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BBE

Black with #440BBE

Text Example


Text Example

White with #440BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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