Html Css Color HEX #412247 Hot Purple

📋 copy color: '#412247'

red 65 ◦ green 34 ◦ blue 71

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

Shades of Hot Purple #412247

Tints of Hot Purple #412247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 38.24%
G = 20%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412247 (or 0x412247) is known color: Hot Purple. HEX triplet: 41, 22 and 47. RGB value is (65,34,71). Sum of RGB (Red+Green+Blue) = 65+34+71=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #412247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412247 is #BEDDB8. Grayscale: #2F2F2F. Windows color (decimal): -12508601 or 4661825. OLE color: 4661825.

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

Color convert

RGB 65 34 71 -
CMYK 0.08 0.52 0 0.72
HSL 290.27º 0.35% 0.21% -
HSV(B) 290.27º 0.52% 0.28% -
XYZ 3.89 2.72 6.28 -
YUV 47.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 65 34 71 0.08 0.52 0 0.72 290.27 0.35 0.21
Hex 41 22 47 8 34 0 48 122 23 15
Octal 101 42 107 10 64 0 110 442 43 25
Binary 1000001 100010 1000111 1000 110100 0 1001000 100100010 100011 10101

Color Harmonies of #412247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412247

Black with #412247

Text Example


Text Example

White with #412247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412247; }

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

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

background-color css

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

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

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

border-color css

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

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

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