Html Css Color HEX #412748 Hot Purple

📋 copy color: '#412748'

red 65 ◦ green 39 ◦ blue 72

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

Shades of Hot Purple #412748

Tints of Hot Purple #412748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 36.93%
G = 22.16%
B = 40.91%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412748 (or 0x412748) is known color: Hot Purple. HEX triplet: 41, 27 and 48. RGB value is (65,39,72). Sum of RGB (Red+Green+Blue) = 65+39+72=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #412748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412748 is #BED8B7. Grayscale: #323232. Windows color (decimal): -12507320 or 4728641. OLE color: 4728641.

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

Color convert

RGB 65 39 72 -
CMYK 0.10 0.46 0 0.72
HSL 287.27º 0.3% 0.22% -
HSV(B) 287.27º 0.46% 0.28% -
XYZ 4.08 3.04 6.5 -
YUV 50.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 65 39 72 0.10 0.46 0 0.72 287.27 0.3 0.22
Hex 41 27 48 A 2E 0 48 11F 1E 16
Octal 101 47 110 12 56 0 110 437 36 26
Binary 1000001 100111 1001000 1010 101110 0 1001000 100011111 11110 10110

Color Harmonies of #412748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412748

Black with #412748

Text Example


Text Example

White with #412748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412748; }

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

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

background-color css

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

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

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

border-color css

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

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

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