Html Css Color HEX #412AB6 Purple Heart

📋 copy color: '#412AB6'

red 65 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #412AB6

Tints of Purple Heart #412AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

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

R = 22.49%
G = 14.53%
B = 62.98%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#412AB6 (or 0x412AB6) is known color: Purple Heart. HEX triplet: 41, 2A and B6. RGB value is (65,42,182). Sum of RGB (Red+Green+Blue) = 65+42+182=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #412AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AB6 is #BED549. Grayscale: #404040. Windows color (decimal): -12506442 or 11938369. OLE color: 11938369.

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

Color convert

RGB 65 42 182 -
CMYK 0.64 0.77 0 0.29
HSL 249.86º 0.63% 0.44% -
HSV(B) 249.86º 0.77% 0.71% -
XYZ 11.45 6.16 44.84 -
YUV 64.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 65 42 182 0.64 0.77 0 0.29 249.86 0.63 0.44
Hex 41 2A B6 40 4D 0 1D FA 3E 2C
Octal 101 52 266 100 115 0 35 372 76 54
Binary 1000001 101010 10110110 1000000 1001101 0 11101 11111010 111110 101100

Color Harmonies of #412AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412AB6

Black with #412AB6

Text Example


Text Example

White with #412AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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