Html Css Color HEX #4408BD Purple Heart

📋 copy color: '#4408BD'

red 68 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #4408BD

Tints of Purple Heart #4408BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 25.66%
G = 3.02%
B = 71.32%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4408BD (or 0x4408BD) is known color: Purple Heart. HEX triplet: 44, 08 and BD. RGB value is (68,8,189). Sum of RGB (Red+Green+Blue) = 68+8+189=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #4408BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408BD is #BBF742. Grayscale: #2D2D2D. Windows color (decimal): -12318531 or 12388420. OLE color: 12388420.

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

Color convert

RGB 68 8 189 -
CMYK 0.64 0.96 0 0.26
HSL 259.89º 0.92% 0.39% -
HSV(B) 259.89º 0.96% 0.74% -
XYZ 11.66 5.08 48.51 -
YUV 46.57 208.38 143.28 -
System Red Green Blue C M Y K H S L
Decimal 68 8 189 0.64 0.96 0 0.26 259.89 0.92 0.39
Hex 44 8 BD 40 60 0 1A 104 5C 27
Octal 104 10 275 100 140 0 32 404 134 47
Binary 1000100 1000 10111101 1000000 1100000 0 11010 100000100 1011100 100111

Color Harmonies of #4408BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408BD

Black with #4408BD

Text Example


Text Example

White with #4408BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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