Html Css Color HEX #412BB5 Purple Heart

📋 copy color: '#412BB5'

red 65 ◦ green 43 ◦ blue 181

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

Shades of Purple Heart #412BB5

Tints of Purple Heart #412BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

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

R = 22.49%
G = 14.88%
B = 62.63%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#412BB5 (or 0x412BB5) is known color: Purple Heart. HEX triplet: 41, 2B and B5. RGB value is (65,43,181). Sum of RGB (Red+Green+Blue) = 65+43+181=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #412BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BB5 is #BED44A. Grayscale: #404040. Windows color (decimal): -12506187 or 11873089. OLE color: 11873089.

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

Color convert

RGB 65 43 181 -
CMYK 0.64 0.76 0 0.29
HSL 249.57º 0.62% 0.44% -
HSV(B) 249.57º 0.76% 0.71% -
XYZ 11.38 6.19 44.31 -
YUV 65.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 65 43 181 0.64 0.76 0 0.29 249.57 0.62 0.44
Hex 41 2B B5 40 4C 0 1D FA 3E 2C
Octal 101 53 265 100 114 0 35 372 76 54
Binary 1000001 101011 10110101 1000000 1001100 0 11101 11111010 111110 101100

Color Harmonies of #412BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BB5

Black with #412BB5

Text Example


Text Example

White with #412BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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