Html Css Color HEX #412DB5 Purple Heart

📋 copy color: '#412DB5'

red 65 ◦ green 45 ◦ blue 181

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

Shades of Purple Heart #412DB5

Tints of Purple Heart #412DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

 BLUE value IS 181 (71.09% from 255) = 62.2%

R = 22.34%
G = 15.46%
B = 62.2%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#412DB5 (or 0x412DB5) is known color: Purple Heart. HEX triplet: 41, 2D and B5. RGB value is (65,45,181). Sum of RGB (Red+Green+Blue) = 65+45+181=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #412DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DB5 is #BED24A. Grayscale: #414141. Windows color (decimal): -12505675 or 11873601. OLE color: 11873601.

HSL color Cylindrical-coordinate representation of color #412DB5: hue angle of 248.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412DB5 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 45 181 -
CMYK 0.64 0.75 0 0.29
HSL 248.82º 0.6% 0.44% -
HSV(B) 248.82º 0.75% 0.71% -
XYZ 11.46 6.34 44.34 -
YUV 66.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 65 45 181 0.64 0.75 0 0.29 248.82 0.6 0.44
Hex 41 2D B5 40 4B 0 1D F9 3C 2C
Octal 101 55 265 100 113 0 35 371 74 54
Binary 1000001 101101 10110101 1000000 1001011 0 11101 11111001 111100 101100

Color Harmonies of #412DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DB5

Black with #412DB5

Text Example


Text Example

White with #412DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,181); }

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

background-color css

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

 a { background-color: rgb(65,45,181); }

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

border-color css

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

 span { border-color: rgb(65,45,181); }

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