Html Css Color HEX #441DCC Purple Heart

📋 copy color: '#441DCC'

red 68 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #441DCC

Tints of Purple Heart #441DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 22.59%
G = 9.63%
B = 67.77%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#441DCC (or 0x441DCC) is known color: Purple Heart. HEX triplet: 44, 1D and CC. RGB value is (68,29,204). Sum of RGB (Red+Green+Blue) = 68+29+204=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #441DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DCC is #BBE233. Grayscale: #3B3B3B. Windows color (decimal): -12313140 or 13376836. OLE color: 13376836.

HSL color Cylindrical-coordinate representation of color #441DCC: hue angle of 253.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441DCC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 29 204 -
CMYK 0.67 0.86 0 0.2
HSL 253.37º 0.75% 0.46% -
HSV(B) 253.37º 0.86% 0.8% -
XYZ 13.72 6.47 57.65 -
YUV 60.61 208.92 133.27 -
System Red Green Blue C M Y K H S L
Decimal 68 29 204 0.67 0.86 0 0.2 253.37 0.75 0.46
Hex 44 1D CC 43 56 0 14 FD 4B 2E
Octal 104 35 314 103 126 0 24 375 113 56
Binary 1000100 11101 11001100 1000011 1010110 0 10100 11111101 1001011 101110

Color Harmonies of #441DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DCC

Black with #441DCC

Text Example


Text Example

White with #441DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441DCC; }

 p { color: rgb(68,29,204); }

 H1.HeaderClassName
 {
   color: #441DCC;
 }
 .AnyTagClassName
 {
   color: #441DCC;
 }
</style>

background-color css

<style>
 a { background-color: #441DCC; }

 a { background-color: rgb(68,29,204); }

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

border-color css

<style>
 span { border-color: #441DCC; }

 span { border-color: rgb(68,29,204); }

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