Html Css Color HEX #412848 Hot Purple

📋 copy color: '#412848'

red 65 ◦ green 40 ◦ blue 72

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

Shades of Hot Purple #412848

Tints of Hot Purple #412848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 36.72%
G = 22.6%
B = 40.68%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412848 (or 0x412848) is known color: Hot Purple. HEX triplet: 41, 28 and 48. RGB value is (65,40,72). Sum of RGB (Red+Green+Blue) = 65+40+72=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #412848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412848 is #BED7B7. Grayscale: #333333. Windows color (decimal): -12507064 or 4728897. OLE color: 4728897.

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

Color convert

RGB 65 40 72 -
CMYK 0.10 0.44 0 0.72
HSL 286.88º 0.29% 0.22% -
HSV(B) 286.88º 0.44% 0.28% -
XYZ 4.11 3.11 6.51 -
YUV 51.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 65 40 72 0.10 0.44 0 0.72 286.88 0.29 0.22
Hex 41 28 48 A 2C 0 48 11F 1D 16
Octal 101 50 110 12 54 0 110 437 35 26
Binary 1000001 101000 1001000 1010 101100 0 1001000 100011111 11101 10110

Color Harmonies of #412848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412848

Black with #412848

Text Example


Text Example

White with #412848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412848; }

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

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

background-color css

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

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

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

border-color css

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

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

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