Html Css Color HEX #421749 Hot Purple

📋 copy color: '#421749'

red 66 ◦ green 23 ◦ blue 73

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

Shades of Hot Purple #421749

Tints of Hot Purple #421749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 40.74%
G = 14.2%
B = 45.06%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#421749 (or 0x421749) is known color: Hot Purple. HEX triplet: 42, 17 and 49. RGB value is (66,23,73). Sum of RGB (Red+Green+Blue) = 66+23+73=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #421749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421749 is #BDE8B6. Grayscale: #292929. Windows color (decimal): -12445879 or 4790082. OLE color: 4790082.

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

Color convert

RGB 66 23 73 -
CMYK 0.10 0.68 0 0.71
HSL 291.6º 0.52% 0.19% -
HSV(B) 291.6º 0.68% 0.29% -
XYZ 3.76 2.25 6.54 -
YUV 41.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 66 23 73 0.10 0.68 0 0.71 291.6 0.52 0.19
Hex 42 17 49 A 44 0 47 124 34 13
Octal 102 27 111 12 104 0 107 444 64 23
Binary 1000010 10111 1001001 1010 1000100 0 1000111 100100100 110100 10011

Color Harmonies of #421749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421749

Black with #421749

Text Example


Text Example

White with #421749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421749; }

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

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

background-color css

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

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

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

border-color css

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

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

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