Html Css Color HEX #412ABA Purple Heart

📋 copy color: '#412ABA'

red 65 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #412ABA

Tints of Purple Heart #412ABA

RGB

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

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

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

R = 22.18%
G = 14.33%
B = 63.48%

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

#412ABA (or 0x412ABA) is known color: Purple Heart. HEX triplet: 41, 2A and BA. RGB value is (65,42,186). Sum of RGB (Red+Green+Blue) = 65+42+186=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #412ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ABA is #BED545. Grayscale: #404040. Windows color (decimal): -12506438 or 12200513. OLE color: 12200513.

HSL color Cylindrical-coordinate representation of color #412ABA: hue angle of 249.58º degrees, saturation: 0.63, 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 #412ABA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 42 186 -
CMYK 0.65 0.77 0 0.27
HSL 249.58º 0.63% 0.45% -
HSV(B) 249.58º 0.77% 0.73% -
XYZ 11.87 6.32 47.05 -
YUV 65.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 65 42 186 0.65 0.77 0 0.27 249.58 0.63 0.45
Hex 41 2A BA 41 4D 0 1B FA 3F 2D
Octal 101 52 272 101 115 0 33 372 77 55
Binary 1000001 101010 10111010 1000001 1001101 0 11011 11111010 111111 101101

Color Harmonies of #412ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ABA

Black with #412ABA

Text Example


Text Example

White with #412ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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