Html Css Color HEX #412047 Hot Purple

📋 copy color: '#412047'

red 65 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #412047

Tints of Hot Purple #412047

RGB

 RED value IS 65 (25.78% from 255) = 38.69%

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 71 (28.13% from 255) = 42.26%

R = 38.69%
G = 19.05%
B = 42.26%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412047 (or 0x412047) is known color: Hot Purple. HEX triplet: 41, 20 and 47. RGB value is (65,32,71). Sum of RGB (Red+Green+Blue) = 65+32+71=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #412047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412047 is #BEDFB8. Grayscale: #2E2E2E. Windows color (decimal): -12509113 or 4661313. OLE color: 4661313.

HSL color Cylindrical-coordinate representation of color #412047: hue angle of 290.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412047 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 32 71 -
CMYK 0.08 0.55 0 0.72
HSL 290.77º 0.38% 0.2% -
HSV(B) 290.77º 0.55% 0.28% -
XYZ 3.83 2.61 6.26 -
YUV 46.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 65 32 71 0.08 0.55 0 0.72 290.77 0.38 0.2
Hex 41 20 47 8 37 0 48 123 26 14
Octal 101 40 107 10 67 0 110 443 46 24
Binary 1000001 100000 1000111 1000 110111 0 1001000 100100011 100110 10100

Color Harmonies of #412047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412047

Black with #412047

Text Example


Text Example

White with #412047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412047; }

 p { color: rgb(65,32,71); }

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

background-color css

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

 a { background-color: rgb(65,32,71); }

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

border-color css

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

 span { border-color: rgb(65,32,71); }

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