Html Css Color HEX #412BBF Purple Heart

📋 copy color: '#412BBF'

red 65 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #412BBF

Tints of Purple Heart #412BBF

RGB

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

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

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

R = 21.74%
G = 14.38%
B = 63.88%

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

#412BBF (or 0x412BBF) is known color: Purple Heart. HEX triplet: 41, 2B and BF. RGB value is (65,43,191). Sum of RGB (Red+Green+Blue) = 65+43+191=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #412BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBF is #BED440. Grayscale: #414141. Windows color (decimal): -12506177 or 12528449. OLE color: 12528449.

HSL color Cylindrical-coordinate representation of color #412BBF: hue angle of 248.92º 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 #412BBF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 43 191 -
CMYK 0.66 0.77 0 0.25
HSL 248.92º 0.63% 0.46% -
HSV(B) 248.92º 0.77% 0.75% -
XYZ 12.45 6.61 49.91 -
YUV 66.45 198.29 126.97 -
System Red Green Blue C M Y K H S L
Decimal 65 43 191 0.66 0.77 0 0.25 248.92 0.63 0.46
Hex 41 2B BF 42 4D 0 19 F9 3F 2E
Octal 101 53 277 102 115 0 31 371 77 56
Binary 1000001 101011 10111111 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #412BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBF

Black with #412BBF

Text Example


Text Example

White with #412BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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