Html Css Color HEX #4401BB Purple Heart

📋 copy color: '#4401BB'

red 68 ◦ green 1 ◦ blue 187

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

Shades of Purple Heart #4401BB

Tints of Purple Heart #4401BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 26.56%
G = 0.39%
B = 73.05%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4401BB (or 0x4401BB) is known color: Purple Heart. HEX triplet: 44, 01 and BB. RGB value is (68,1,187). Sum of RGB (Red+Green+Blue) = 68+1+187=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #4401BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401BB is #BBFE44. Grayscale: #292929. Windows color (decimal): -12320325 or 12255556. OLE color: 12255556.

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

Color convert

RGB 68 1 187 -
CMYK 0.64 0.99 0 0.27
HSL 261.61º 0.99% 0.37% -
HSV(B) 261.61º 0.99% 0.73% -
XYZ 11.36 4.84 47.35 -
YUV 42.24 209.7 146.38 -
System Red Green Blue C M Y K H S L
Decimal 68 1 187 0.64 0.99 0 0.27 261.61 0.99 0.37
Hex 44 1 BB 40 63 0 1B 106 63 25
Octal 104 1 273 100 143 0 33 406 143 45
Binary 1000100 1 10111011 1000000 1100011 0 11011 100000110 1100011 100101

Color Harmonies of #4401BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401BB

Black with #4401BB

Text Example


Text Example

White with #4401BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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