Html Css Color HEX #4400BE Purple Heart

📋 copy color: '#4400BE'

red 68 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #4400BE

Tints of Purple Heart #4400BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.36%
G = 0%
B = 73.64%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4400BE (or 0x4400BE) is known color: Purple Heart. HEX triplet: 44, 00 and BE. RGB value is (68,0,190). Sum of RGB (Red+Green+Blue) = 68+0+190=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #4400BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400BE is #BBFF41. Grayscale: #292929. Windows color (decimal): -12320578 or 12451908. OLE color: 12451908.

HSL color Cylindrical-coordinate representation of color #4400BE: hue angle of 261.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400BE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 0 190 -
CMYK 0.64 1 0 0.25
HSL 261.47º 1% 0.37% -
HSV(B) 261.47º 1% 0.75% -
XYZ 11.68 4.95 49.05 -
YUV 41.99 211.53 146.55 -
System Red Green Blue C M Y K H S L
Decimal 68 0 190 0.64 1 0 0.25 261.47 1 0.37
Hex 44 0 BE 40 64 0 19 105 64 25
Octal 104 0 276 100 144 0 31 405 144 45
Binary 1000100 0 10111110 1000000 1100100 0 11001 100000101 1100100 100101

Color Harmonies of #4400BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4400BE

Black with #4400BE

Text Example


Text Example

White with #4400BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4400BE; }

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

 H1.HeaderClassName
 {
   color: #4400BE;
 }
 .AnyTagClassName
 {
   color: #4400BE;
 }
</style>

background-color css

<style>
 a { background-color: #4400BE; }

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

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

border-color css

<style>
 span { border-color: #4400BE; }

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

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