Html Css Color HEX #421E48 Hot Purple

📋 copy color: '#421E48'

red 66 ◦ green 30 ◦ blue 72

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

Shades of Hot Purple #421E48

Tints of Hot Purple #421E48

RGB

 RED value IS 66 (26.17% from 255) = 39.29%

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 39.29%
G = 17.86%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421E48 (or 0x421E48) is known color: Hot Purple. HEX triplet: 42, 1E and 48. RGB value is (66,30,72). Sum of RGB (Red+Green+Blue) = 66+30+72=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #421E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E48 is #BDE1B7. Grayscale: #2D2D2D. Windows color (decimal): -12444088 or 4726338. OLE color: 4726338.

HSL color Cylindrical-coordinate representation of color #421E48: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421E48 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 30 72 -
CMYK 0.08 0.58 0 0.72
HSL 291.43º 0.41% 0.2% -
HSV(B) 291.43º 0.58% 0.28% -
XYZ 3.88 2.55 6.42 -
YUV 45.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 66 30 72 0.08 0.58 0 0.72 291.43 0.41 0.2
Hex 42 1E 48 8 3A 0 48 123 29 14
Octal 102 36 110 10 72 0 110 443 51 24
Binary 1000010 11110 1001000 1000 111010 0 1001000 100100011 101001 10100

Color Harmonies of #421E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E48

Black with #421E48

Text Example


Text Example

White with #421E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421E48; }

 p { color: rgb(66,30,72); }

 H1.HeaderClassName
 {
   color: #421E48;
 }
 .AnyTagClassName
 {
   color: #421E48;
 }
</style>

background-color css

<style>
 a { background-color: #421E48; }

 a { background-color: rgb(66,30,72); }

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

border-color css

<style>
 span { border-color: #421E48; }

 span { border-color: rgb(66,30,72); }

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