Html Css Color HEX #421649 Hot Purple

📋 copy color: '#421649'

red 66 ◦ green 22 ◦ blue 73

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

Shades of Hot Purple #421649

Tints of Hot Purple #421649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 40.99%
G = 13.66%
B = 45.34%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#421649 (or 0x421649) is known color: Hot Purple. HEX triplet: 42, 16 and 49. RGB value is (66,22,73). Sum of RGB (Red+Green+Blue) = 66+22+73=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #421649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421649 is #BDE9B6. Grayscale: #282828. Windows color (decimal): -12446135 or 4789826. OLE color: 4789826.

HSL color Cylindrical-coordinate representation of color #421649: hue angle of 291.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421649 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 22 73 -
CMYK 0.10 0.70 0 0.71
HSL 291.76º 0.54% 0.19% -
HSV(B) 291.76º 0.7% 0.29% -
XYZ 3.74 2.21 6.53 -
YUV 40.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 66 22 73 0.10 0.70 0 0.71 291.76 0.54 0.19
Hex 42 16 49 A 46 0 47 124 36 13
Octal 102 26 111 12 106 0 107 444 66 23
Binary 1000010 10110 1001001 1010 1000110 0 1000111 100100100 110110 10011

Color Harmonies of #421649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421649

Black with #421649

Text Example


Text Example

White with #421649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421649; }

 p { color: rgb(66,22,73); }

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

background-color css

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

 a { background-color: rgb(66,22,73); }

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

border-color css

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

 span { border-color: rgb(66,22,73); }

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