Html Css Color HEX #412ABD Purple Heart

📋 copy color: '#412ABD'

red 65 ◦ green 42 ◦ blue 189

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

Shades of Purple Heart #412ABD

Tints of Purple Heart #412ABD

RGB

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

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

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

R = 21.96%
G = 14.19%
B = 63.85%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#412ABD (or 0x412ABD) is known color: Purple Heart. HEX triplet: 41, 2A and BD. RGB value is (65,42,189). Sum of RGB (Red+Green+Blue) = 65+42+189=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #412ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ABD is #BED542. Grayscale: #414141. Windows color (decimal): -12506435 or 12397121. OLE color: 12397121.

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

Color convert

RGB 65 42 189 -
CMYK 0.66 0.78 0 0.26
HSL 249.39º 0.64% 0.45% -
HSV(B) 249.39º 0.78% 0.74% -
XYZ 12.19 6.45 48.75 -
YUV 65.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 65 42 189 0.66 0.78 0 0.26 249.39 0.64 0.45
Hex 41 2A BD 42 4E 0 1A F9 40 2D
Octal 101 52 275 102 116 0 32 371 100 55
Binary 1000001 101010 10111101 1000010 1001110 0 11010 11111001 1000000 101101

Color Harmonies of #412ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ABD

Black with #412ABD

Text Example


Text Example

White with #412ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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