Html Css Color HEX #412B46 Hot Purple

📋 copy color: '#412B46'

red 65 ◦ green 43 ◦ blue 70

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

Shades of Hot Purple #412B46

Tints of Hot Purple #412B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 36.52%
G = 24.16%
B = 39.33%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#412B46 (or 0x412B46) is known color: Hot Purple. HEX triplet: 41, 2B and 46. RGB value is (65,43,70). Sum of RGB (Red+Green+Blue) = 65+43+70=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #412B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B46 is #BED4B9. Grayscale: #343434. Windows color (decimal): -12506298 or 4598593. OLE color: 4598593.

HSL color Cylindrical-coordinate representation of color #412B46: hue angle of 288.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #412B46 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 43 70 -
CMYK 0.07 0.39 0 0.73
HSL 288.89º 0.24% 0.22% -
HSV(B) 288.89º 0.39% 0.27% -
XYZ 4.15 3.29 6.21 -
YUV 52.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 65 43 70 0.07 0.39 0 0.73 288.89 0.24 0.22
Hex 41 2B 46 7 27 0 49 121 18 16
Octal 101 53 106 7 47 0 111 441 30 26
Binary 1000001 101011 1000110 111 100111 0 1001001 100100001 11000 10110

Color Harmonies of #412B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B46

Black with #412B46

Text Example


Text Example

White with #412B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B46; }

 p { color: rgb(65,43,70); }

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

background-color css

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

 a { background-color: rgb(65,43,70); }

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

border-color css

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

 span { border-color: rgb(65,43,70); }

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