Html Css Color HEX #4404BC Purple Heart

📋 copy color: '#4404BC'

red 68 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #4404BC

Tints of Purple Heart #4404BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 26.15%
G = 1.54%
B = 72.31%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4404BC (or 0x4404BC) is known color: Purple Heart. HEX triplet: 44, 04 and BC. RGB value is (68,4,188). Sum of RGB (Red+Green+Blue) = 68+4+188=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #4404BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4404BC is #BBFB43. Grayscale: #2B2B2B. Windows color (decimal): -12319556 or 12321860. OLE color: 12321860.

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

Color convert

RGB 68 4 188 -
CMYK 0.64 0.98 0 0.26
HSL 260.87º 0.96% 0.38% -
HSV(B) 260.87º 0.98% 0.74% -
XYZ 11.5 4.95 47.93 -
YUV 44.11 209.2 145.04 -
System Red Green Blue C M Y K H S L
Decimal 68 4 188 0.64 0.98 0 0.26 260.87 0.96 0.38
Hex 44 4 BC 40 62 0 1A 105 60 26
Octal 104 4 274 100 142 0 32 405 140 46
Binary 1000100 100 10111100 1000000 1100010 0 11010 100000101 1100000 100110

Color Harmonies of #4404BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4404BC

Black with #4404BC

Text Example


Text Example

White with #4404BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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