Html Css Color HEX #4408BB Purple Heart

📋 copy color: '#4408BB'

red 68 ◦ green 8 ◦ blue 187

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

Shades of Purple Heart #4408BB

Tints of Purple Heart #4408BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 25.86%
G = 3.04%
B = 71.1%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4408BB (or 0x4408BB) is known color: Purple Heart. HEX triplet: 44, 08 and BB. RGB value is (68,8,187). Sum of RGB (Red+Green+Blue) = 68+8+187=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #4408BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408BB is #BBF744. Grayscale: #2D2D2D. Windows color (decimal): -12318533 or 12257348. OLE color: 12257348.

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

Color convert

RGB 68 8 187 -
CMYK 0.64 0.96 0 0.27
HSL 260.11º 0.92% 0.38% -
HSV(B) 260.11º 0.96% 0.73% -
XYZ 11.44 4.99 47.37 -
YUV 46.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 68 8 187 0.64 0.96 0 0.27 260.11 0.92 0.38
Hex 44 8 BB 40 60 0 1B 104 5C 26
Octal 104 10 273 100 140 0 33 404 134 46
Binary 1000100 1000 10111011 1000000 1100000 0 11011 100000100 1011100 100110

Color Harmonies of #4408BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408BB

Black with #4408BB

Text Example


Text Example

White with #4408BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4408BB; }

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

 H1.HeaderClassName
 {
   color: #4408BB;
 }
 .AnyTagClassName
 {
   color: #4408BB;
 }
</style>

background-color css

<style>
 a { background-color: #4408BB; }

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

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

border-color css

<style>
 span { border-color: #4408BB; }

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

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