Html Css Color HEX #421D48 Hot Purple

📋 copy color: '#421D48'

red 66 ◦ green 29 ◦ blue 72

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

Shades of Hot Purple #421D48

Tints of Hot Purple #421D48

RGB

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

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

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

R = 39.52%
G = 17.37%
B = 43.11%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421D48 (or 0x421D48) is known color: Hot Purple. HEX triplet: 42, 1D and 48. RGB value is (66,29,72). Sum of RGB (Red+Green+Blue) = 66+29+72=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #421D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D48 is #BDE2B7. Grayscale: #2C2C2C. Windows color (decimal): -12444344 or 4726082. OLE color: 4726082.

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

Color convert

RGB 66 29 72 -
CMYK 0.08 0.60 0 0.72
HSL 291.63º 0.43% 0.2% -
HSV(B) 291.63º 0.6% 0.28% -
XYZ 3.86 2.5 6.41 -
YUV 44.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 66 29 72 0.08 0.60 0 0.72 291.63 0.43 0.2
Hex 42 1D 48 8 3C 0 48 124 2B 14
Octal 102 35 110 10 74 0 110 444 53 24
Binary 1000010 11101 1001000 1000 111100 0 1001000 100100100 101011 10100

Color Harmonies of #421D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D48

Black with #421D48

Text Example


Text Example

White with #421D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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