Html Css Color HEX #421A4C Hot Purple

📋 copy color: '#421A4C'

red 66 ◦ green 26 ◦ blue 76

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

Shades of Hot Purple #421A4C

Tints of Hot Purple #421A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 39.29%
G = 15.48%
B = 45.24%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#421A4C (or 0x421A4C) is known color: Hot Purple. HEX triplet: 42, 1A and 4C. RGB value is (66,26,76). Sum of RGB (Red+Green+Blue) = 66+26+76=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #421A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A4C is #BDE5B3. Grayscale: #2B2B2B. Windows color (decimal): -12445108 or 4987458. OLE color: 4987458.

HSL color Cylindrical-coordinate representation of color #421A4C: hue angle of 288º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #421A4C is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 26 76 -
CMYK 0.13 0.66 0 0.70
HSL 288º 0.49% 0.2% -
HSV(B) 288º 0.66% 0.3% -
XYZ 3.92 2.42 7.1 -
YUV 43.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 66 26 76 0.13 0.66 0 0.70 288 0.49 0.2
Hex 42 1A 4C D 42 0 46 120 31 14
Octal 102 32 114 15 102 0 106 440 61 24
Binary 1000010 11010 1001100 1101 1000010 0 1000110 100100000 110001 10100

Color Harmonies of #421A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A4C

Black with #421A4C

Text Example


Text Example

White with #421A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,76); }

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

background-color css

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

 a { background-color: rgb(66,26,76); }

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

border-color css

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

 span { border-color: rgb(66,26,76); }

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