Html Css Color HEX #412448 Hot Purple

📋 copy color: '#412448'

red 65 ◦ green 36 ◦ blue 72

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

Shades of Hot Purple #412448

Tints of Hot Purple #412448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 37.57%
G = 20.81%
B = 41.62%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412448 (or 0x412448) is known color: Hot Purple. HEX triplet: 41, 24 and 48. RGB value is (65,36,72). Sum of RGB (Red+Green+Blue) = 65+36+72=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #412448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412448 is #BEDBB7. Grayscale: #303030. Windows color (decimal): -12508088 or 4727873. OLE color: 4727873.

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

Color convert

RGB 65 36 72 -
CMYK 0.10 0.5 0 0.72
HSL 288.33º 0.33% 0.21% -
HSV(B) 288.33º 0.5% 0.28% -
XYZ 3.98 2.85 6.47 -
YUV 48.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 65 36 72 0.10 0.5 0 0.72 288.33 0.33 0.21
Hex 41 24 48 A 32 0 48 120 21 15
Octal 101 44 110 12 62 0 110 440 41 25
Binary 1000001 100100 1001000 1010 110010 0 1001000 100100000 100001 10101

Color Harmonies of #412448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412448

Black with #412448

Text Example


Text Example

White with #412448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412448; }

 p { color: rgb(65,36,72); }

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

background-color css

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

 a { background-color: rgb(65,36,72); }

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

border-color css

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

 span { border-color: rgb(65,36,72); }

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