Html Css Color HEX #4411BD Purple Heart

📋 copy color: '#4411BD'

red 68 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #4411BD

Tints of Purple Heart #4411BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

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

R = 24.82%
G = 6.2%
B = 68.98%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4411BD (or 0x4411BD) is known color: Purple Heart. HEX triplet: 44, 11 and BD. RGB value is (68,17,189). Sum of RGB (Red+Green+Blue) = 68+17+189=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #4411BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4411BD is #BBEE42. Grayscale: #333333. Windows color (decimal): -12316227 or 12390724. OLE color: 12390724.

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

Color convert

RGB 68 17 189 -
CMYK 0.64 0.91 0 0.26
HSL 257.79º 0.83% 0.4% -
HSV(B) 257.79º 0.91% 0.74% -
XYZ 11.77 5.3 48.55 -
YUV 51.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 68 17 189 0.64 0.91 0 0.26 257.79 0.83 0.4
Hex 44 11 BD 40 5B 0 1A 102 53 28
Octal 104 21 275 100 133 0 32 402 123 50
Binary 1000100 10001 10111101 1000000 1011011 0 11010 100000010 1010011 101000

Color Harmonies of #4411BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4411BD

Black with #4411BD

Text Example


Text Example

White with #4411BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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