Html Css Color HEX #412947 Hot Purple

📋 copy color: '#412947'

red 65 ◦ green 41 ◦ blue 71

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

Shades of Hot Purple #412947

Tints of Hot Purple #412947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 36.72%
G = 23.16%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412947 (or 0x412947) is known color: Hot Purple. HEX triplet: 41, 29 and 47. RGB value is (65,41,71). Sum of RGB (Red+Green+Blue) = 65+41+71=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #412947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412947 is #BED6B8. Grayscale: #333333. Windows color (decimal): -12506809 or 4663617. OLE color: 4663617.

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

Color convert

RGB 65 41 71 -
CMYK 0.08 0.42 0 0.72
HSL 288º 0.27% 0.22% -
HSV(B) 288º 0.42% 0.28% -
XYZ 4.11 3.16 6.36 -
YUV 51.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 65 41 71 0.08 0.42 0 0.72 288 0.27 0.22
Hex 41 29 47 8 2A 0 48 120 1B 16
Octal 101 51 107 10 52 0 110 440 33 26
Binary 1000001 101001 1000111 1000 101010 0 1001000 100100000 11011 10110

Color Harmonies of #412947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412947

Black with #412947

Text Example


Text Example

White with #412947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412947; }

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

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

background-color css

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

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

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

border-color css

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

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

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