Html Css Color HEX #412DB6 Purple Heart

📋 copy color: '#412DB6'

red 65 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #412DB6

Tints of Purple Heart #412DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.33%

R = 22.26%
G = 15.41%
B = 62.33%

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

#412DB6 (or 0x412DB6) is known color: Purple Heart. HEX triplet: 41, 2D and B6. RGB value is (65,45,182). Sum of RGB (Red+Green+Blue) = 65+45+182=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #412DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DB6 is #BED249. Grayscale: #424242. Windows color (decimal): -12505674 or 11939137. OLE color: 11939137.

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

Color convert

RGB 65 45 182 -
CMYK 0.64 0.75 0 0.29
HSL 248.76º 0.6% 0.45% -
HSV(B) 248.76º 0.75% 0.71% -
XYZ 11.56 6.38 44.88 -
YUV 66.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 65 45 182 0.64 0.75 0 0.29 248.76 0.6 0.45
Hex 41 2D B6 40 4B 0 1D F9 3C 2D
Octal 101 55 266 100 113 0 35 371 74 55
Binary 1000001 101101 10110110 1000000 1001011 0 11101 11111001 111100 101101

Color Harmonies of #412DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DB6

Black with #412DB6

Text Example


Text Example

White with #412DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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