Html Css Color HEX #412BBD Purple Heart

📋 copy color: '#412BBD'

red 65 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #412BBD

Tints of Purple Heart #412BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 21.89%
G = 14.48%
B = 63.64%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#412BBD (or 0x412BBD) is known color: Purple Heart. HEX triplet: 41, 2B and BD. RGB value is (65,43,189). Sum of RGB (Red+Green+Blue) = 65+43+189=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #412BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBD is #BED442. Grayscale: #414141. Windows color (decimal): -12506179 or 12397377. OLE color: 12397377.

HSL color Cylindrical-coordinate representation of color #412BBD: hue angle of 249.04º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412BBD is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 43 189 -
CMYK 0.66 0.77 0 0.26
HSL 249.04º 0.63% 0.45% -
HSV(B) 249.04º 0.77% 0.74% -
XYZ 12.23 6.53 48.76 -
YUV 66.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 65 43 189 0.66 0.77 0 0.26 249.04 0.63 0.45
Hex 41 2B BD 42 4D 0 1A F9 3F 2D
Octal 101 53 275 102 115 0 32 371 77 55
Binary 1000001 101011 10111101 1000010 1001101 0 11010 11111001 111111 101101

Color Harmonies of #412BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBD

Black with #412BBD

Text Example


Text Example

White with #412BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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