Html Css Color HEX #412248 Hot Purple

📋 copy color: '#412248'

red 65 ◦ green 34 ◦ blue 72

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

Shades of Hot Purple #412248

Tints of Hot Purple #412248

RGB

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

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

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

R = 38.01%
G = 19.88%
B = 42.11%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412248 (or 0x412248) is known color: Hot Purple. HEX triplet: 41, 22 and 48. RGB value is (65,34,72). Sum of RGB (Red+Green+Blue) = 65+34+72=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #412248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412248 is #BEDDB7. Grayscale: #2F2F2F. Windows color (decimal): -12508600 or 4727361. OLE color: 4727361.

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

Color convert

RGB 65 34 72 -
CMYK 0.10 0.53 0 0.72
HSL 288.95º 0.36% 0.21% -
HSV(B) 288.95º 0.53% 0.28% -
XYZ 3.92 2.74 6.45 -
YUV 47.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 65 34 72 0.10 0.53 0 0.72 288.95 0.36 0.21
Hex 41 22 48 A 35 0 48 121 24 15
Octal 101 42 110 12 65 0 110 441 44 25
Binary 1000001 100010 1001000 1010 110101 0 1001000 100100001 100100 10101

Color Harmonies of #412248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412248

Black with #412248

Text Example


Text Example

White with #412248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412248; }

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

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

background-color css

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

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

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

border-color css

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

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

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