Html Css Color HEX #4401BC Purple Heart

📋 copy color: '#4401BC'

red 68 ◦ green 1 ◦ blue 188

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

Shades of Purple Heart #4401BC

Tints of Purple Heart #4401BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 26.46%
G = 0.39%
B = 73.15%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4401BC (or 0x4401BC) is known color: Purple Heart. HEX triplet: 44, 01 and BC. RGB value is (68,1,188). Sum of RGB (Red+Green+Blue) = 68+1+188=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #4401BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401BC is #BBFE43. Grayscale: #292929. Windows color (decimal): -12320324 or 12321092. OLE color: 12321092.

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

Color convert

RGB 68 1 188 -
CMYK 0.64 0.99 0 0.26
HSL 261.5º 0.99% 0.37% -
HSV(B) 261.5º 0.99% 0.74% -
XYZ 11.47 4.88 47.91 -
YUV 42.35 210.2 146.29 -
System Red Green Blue C M Y K H S L
Decimal 68 1 188 0.64 0.99 0 0.26 261.5 0.99 0.37
Hex 44 1 BC 40 63 0 1A 105 63 25
Octal 104 1 274 100 143 0 32 405 143 45
Binary 1000100 1 10111100 1000000 1100011 0 11010 100000101 1100011 100101

Color Harmonies of #4401BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401BC

Black with #4401BC

Text Example


Text Example

White with #4401BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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