Html Css Color HEX #421C4A Hot Purple

📋 copy color: '#421C4A'

red 66 ◦ green 28 ◦ blue 74

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

Shades of Hot Purple #421C4A

Tints of Hot Purple #421C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 44.05%

R = 39.29%
G = 16.67%
B = 44.05%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#421C4A (or 0x421C4A) is known color: Hot Purple. HEX triplet: 42, 1C and 4A. RGB value is (66,28,74). Sum of RGB (Red+Green+Blue) = 66+28+74=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #421C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C4A is #BDE3B5. Grayscale: #2C2C2C. Windows color (decimal): -12444598 or 4856898. OLE color: 4856898.

HSL color Cylindrical-coordinate representation of color #421C4A: hue angle of 289.57º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421C4A is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 28 74 -
CMYK 0.11 0.62 0 0.71
HSL 289.57º 0.45% 0.2% -
HSV(B) 289.57º 0.62% 0.29% -
XYZ 3.9 2.48 6.75 -
YUV 44.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 66 28 74 0.11 0.62 0 0.71 289.57 0.45 0.2
Hex 42 1C 4A B 3E 0 47 122 2D 14
Octal 102 34 112 13 76 0 107 442 55 24
Binary 1000010 11100 1001010 1011 111110 0 1000111 100100010 101101 10100

Color Harmonies of #421C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C4A

Black with #421C4A

Text Example


Text Example

White with #421C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,28,74); }

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

background-color css

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

 a { background-color: rgb(66,28,74); }

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

border-color css

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

 span { border-color: rgb(66,28,74); }

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