Html Css Color HEX #412ABF Purple Heart

📋 copy color: '#412ABF'

red 65 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #412ABF

Tints of Purple Heart #412ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 21.81%
G = 14.09%
B = 64.09%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#412ABF (or 0x412ABF) is known color: Purple Heart. HEX triplet: 41, 2A and BF. RGB value is (65,42,191). Sum of RGB (Red+Green+Blue) = 65+42+191=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #412ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ABF is #BED540. Grayscale: #414141. Windows color (decimal): -12506433 or 12528193. OLE color: 12528193.

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

Color convert

RGB 65 42 191 -
CMYK 0.66 0.78 0 0.25
HSL 249.26º 0.64% 0.46% -
HSV(B) 249.26º 0.78% 0.75% -
XYZ 12.41 6.54 49.9 -
YUV 65.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 65 42 191 0.66 0.78 0 0.25 249.26 0.64 0.46
Hex 41 2A BF 42 4E 0 19 F9 40 2E
Octal 101 52 277 102 116 0 31 371 100 56
Binary 1000001 101010 10111111 1000010 1001110 0 11001 11111001 1000000 101110

Color Harmonies of #412ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ABF

Black with #412ABF

Text Example


Text Example

White with #412ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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