Html Css Color HEX #441A4E Hot Purple

📋 copy color: '#441A4E'

red 68 ◦ green 26 ◦ blue 78

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

Shades of Hot Purple #441A4E

Tints of Hot Purple #441A4E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 39.53%
G = 15.12%
B = 45.35%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441A4E (or 0x441A4E) is known color: Hot Purple. HEX triplet: 44, 1A and 4E. RGB value is (68,26,78). Sum of RGB (Red+Green+Blue) = 68+26+78=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #441A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A4E is #BBE5B1. Grayscale: #2C2C2C. Windows color (decimal): -12314034 or 5118532. OLE color: 5118532.

HSL color Cylindrical-coordinate representation of color #441A4E: hue angle of 288.46º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441A4E is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 26 78 -
CMYK 0.13 0.67 0 0.69
HSL 288.46º 0.5% 0.2% -
HSV(B) 288.46º 0.67% 0.31% -
XYZ 4.13 2.52 7.48 -
YUV 44.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 68 26 78 0.13 0.67 0 0.69 288.46 0.5 0.2
Hex 44 1A 4E D 43 0 45 120 32 14
Octal 104 32 116 15 103 0 105 440 62 24
Binary 1000100 11010 1001110 1101 1000011 0 1000101 100100000 110010 10100

Color Harmonies of #441A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A4E

Black with #441A4E

Text Example


Text Example

White with #441A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,78); }

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

background-color css

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

 a { background-color: rgb(68,26,78); }

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

border-color css

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

 span { border-color: rgb(68,26,78); }

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