Html Css Color HEX #412CBF Purple Heart

📋 copy color: '#412CBF'

red 65 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #412CBF

Tints of Purple Heart #412CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 21.67%
G = 14.67%
B = 63.67%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#412CBF (or 0x412CBF) is known color: Purple Heart. HEX triplet: 41, 2C and BF. RGB value is (65,44,191). Sum of RGB (Red+Green+Blue) = 65+44+191=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #412CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CBF is #BED340. Grayscale: #424242. Windows color (decimal): -12505921 or 12528705. OLE color: 12528705.

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

Color convert

RGB 65 44 191 -
CMYK 0.66 0.77 0 0.25
HSL 248.57º 0.63% 0.46% -
HSV(B) 248.57º 0.77% 0.75% -
XYZ 12.48 6.69 49.92 -
YUV 67.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 65 44 191 0.66 0.77 0 0.25 248.57 0.63 0.46
Hex 41 2C BF 42 4D 0 19 F9 3F 2E
Octal 101 54 277 102 115 0 31 371 77 56
Binary 1000001 101100 10111111 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #412CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CBF

Black with #412CBF

Text Example


Text Example

White with #412CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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