Html Css Color HEX #412348 Hot Purple

📋 copy color: '#412348'

red 65 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #412348

Tints of Hot Purple #412348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 37.79%
G = 20.35%
B = 41.86%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412348 (or 0x412348) is known color: Hot Purple. HEX triplet: 41, 23 and 48. RGB value is (65,35,72). Sum of RGB (Red+Green+Blue) = 65+35+72=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #412348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412348 is #BEDCB7. Grayscale: #303030. Windows color (decimal): -12508344 or 4727617. OLE color: 4727617.

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

Color convert

RGB 65 35 72 -
CMYK 0.10 0.51 0 0.72
HSL 288.65º 0.35% 0.21% -
HSV(B) 288.65º 0.51% 0.28% -
XYZ 3.95 2.79 6.46 -
YUV 48.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 65 35 72 0.10 0.51 0 0.72 288.65 0.35 0.21
Hex 41 23 48 A 33 0 48 121 23 15
Octal 101 43 110 12 63 0 110 441 43 25
Binary 1000001 100011 1001000 1010 110011 0 1001000 100100001 100011 10101

Color Harmonies of #412348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412348

Black with #412348

Text Example


Text Example

White with #412348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412348; }

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

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

background-color css

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

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

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

border-color css

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

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

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