Html Css Color HEX #441C4A Hot Purple

📋 copy color: '#441C4A'

red 68 ◦ green 28 ◦ blue 74

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

Shades of Hot Purple #441C4A

Tints of Hot Purple #441C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.47%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 40%
G = 16.47%
B = 43.53%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441C4A (or 0x441C4A) is known color: Hot Purple. HEX triplet: 44, 1C and 4A. RGB value is (68,28,74). Sum of RGB (Red+Green+Blue) = 68+28+74=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #441C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C4A is #BBE3B5. Grayscale: #2D2D2D. Windows color (decimal): -12313526 or 4856900. OLE color: 4856900.

HSL color Cylindrical-coordinate representation of color #441C4A: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441C4A is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 28 74 -
CMYK 0.08 0.62 0 0.71
HSL 292.17º 0.45% 0.2% -
HSV(B) 292.17º 0.62% 0.29% -
XYZ 4.04 2.55 6.76 -
YUV 45.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 68 28 74 0.08 0.62 0 0.71 292.17 0.45 0.2
Hex 44 1C 4A 8 3E 0 47 124 2D 14
Octal 104 34 112 10 76 0 107 444 55 24
Binary 1000100 11100 1001010 1000 111110 0 1000111 100100100 101101 10100

Color Harmonies of #441C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C4A

Black with #441C4A

Text Example


Text Example

White with #441C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,74); }

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

background-color css

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

 a { background-color: rgb(68,28,74); }

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

border-color css

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

 span { border-color: rgb(68,28,74); }

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