Html Css Color HEX #421948 Hot Purple

📋 copy color: '#421948'

red 66 ◦ green 25 ◦ blue 72

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

Shades of Hot Purple #421948

Tints of Hot Purple #421948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 40.49%
G = 15.34%
B = 44.17%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421948 (or 0x421948) is known color: Hot Purple. HEX triplet: 42, 19 and 48. RGB value is (66,25,72). Sum of RGB (Red+Green+Blue) = 66+25+72=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #421948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421948 is #BDE6B7. Grayscale: #2A2A2A. Windows color (decimal): -12445368 or 4725058. OLE color: 4725058.

HSL color Cylindrical-coordinate representation of color #421948: hue angle of 292.34º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421948 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 25 72 -
CMYK 0.08 0.65 0 0.72
HSL 292.34º 0.48% 0.19% -
HSV(B) 292.34º 0.65% 0.28% -
XYZ 3.76 2.32 6.38 -
YUV 42.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 66 25 72 0.08 0.65 0 0.72 292.34 0.48 0.19
Hex 42 19 48 8 41 0 48 124 30 13
Octal 102 31 110 10 101 0 110 444 60 23
Binary 1000010 11001 1001000 1000 1000001 0 1001000 100100100 110000 10011

Color Harmonies of #421948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421948

Black with #421948

Text Example


Text Example

White with #421948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421948; }

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

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

background-color css

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

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

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

border-color css

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

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

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