Html Css Color HEX #412648 Hot Purple

📋 copy color: '#412648'

red 65 ◦ green 38 ◦ blue 72

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

Shades of Hot Purple #412648

Tints of Hot Purple #412648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 37.14%
G = 21.71%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412648 (or 0x412648) is known color: Hot Purple. HEX triplet: 41, 26 and 48. RGB value is (65,38,72). Sum of RGB (Red+Green+Blue) = 65+38+72=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #412648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412648 is #BED9B7. Grayscale: #313131. Windows color (decimal): -12507576 or 4728385. OLE color: 4728385.

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

Color convert

RGB 65 38 72 -
CMYK 0.10 0.47 0 0.72
HSL 287.65º 0.31% 0.22% -
HSV(B) 287.65º 0.47% 0.28% -
XYZ 4.04 2.98 6.49 -
YUV 49.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 65 38 72 0.10 0.47 0 0.72 287.65 0.31 0.22
Hex 41 26 48 A 2F 0 48 120 1F 16
Octal 101 46 110 12 57 0 110 440 37 26
Binary 1000001 100110 1001000 1010 101111 0 1001000 100100000 11111 10110

Color Harmonies of #412648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412648

Black with #412648

Text Example


Text Example

White with #412648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412648; }

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

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

background-color css

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

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

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

border-color css

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

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

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