Html Css Color HEX #412BBA Purple Heart

📋 copy color: '#412BBA'

red 65 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #412BBA

Tints of Purple Heart #412BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 22.11%
G = 14.63%
B = 63.27%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#412BBA (or 0x412BBA) is known color: Purple Heart. HEX triplet: 41, 2B and BA. RGB value is (65,43,186). Sum of RGB (Red+Green+Blue) = 65+43+186=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #412BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBA is #BED445. Grayscale: #414141. Windows color (decimal): -12506182 or 12200769. OLE color: 12200769.

HSL color Cylindrical-coordinate representation of color #412BBA: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412BBA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 43 186 -
CMYK 0.65 0.77 0 0.27
HSL 249.23º 0.62% 0.45% -
HSV(B) 249.23º 0.77% 0.73% -
XYZ 11.91 6.4 47.06 -
YUV 65.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 65 43 186 0.65 0.77 0 0.27 249.23 0.62 0.45
Hex 41 2B BA 41 4D 0 1B F9 3E 2D
Octal 101 53 272 101 115 0 33 371 76 55
Binary 1000001 101011 10111010 1000001 1001101 0 11011 11111001 111110 101101

Color Harmonies of #412BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBA

Black with #412BBA

Text Example


Text Example

White with #412BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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