Html Css Color HEX #42214A Hot Purple

📋 copy color: '#42214A'

red 66 ◦ green 33 ◦ blue 74

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

Shades of Hot Purple #42214A

Tints of Hot Purple #42214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 38.15%
G = 19.08%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42214A (or 0x42214A) is known color: Hot Purple. HEX triplet: 42, 21 and 4A. RGB value is (66,33,74). Sum of RGB (Red+Green+Blue) = 66+33+74=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #42214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42214A is #BDDEB5. Grayscale: #2F2F2F. Windows color (decimal): -12443318 or 4858178. OLE color: 4858178.

HSL color Cylindrical-coordinate representation of color #42214A: hue angle of 288.29º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42214A is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 33 74 -
CMYK 0.11 0.55 0 0.71
HSL 288.29º 0.38% 0.21% -
HSV(B) 288.29º 0.55% 0.29% -
XYZ 4.03 2.74 6.8 -
YUV 47.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 66 33 74 0.11 0.55 0 0.71 288.29 0.38 0.21
Hex 42 21 4A B 37 0 47 120 26 15
Octal 102 41 112 13 67 0 107 440 46 25
Binary 1000010 100001 1001010 1011 110111 0 1000111 100100000 100110 10101

Color Harmonies of #42214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42214A

Black with #42214A

Text Example


Text Example

White with #42214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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