Html Css Color HEX #412BBE Purple Heart

📋 copy color: '#412BBE'

red 65 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #412BBE

Tints of Purple Heart #412BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 21.81%
G = 14.43%
B = 63.76%

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

#412BBE (or 0x412BBE) is known color: Purple Heart. HEX triplet: 41, 2B and BE. RGB value is (65,43,190). Sum of RGB (Red+Green+Blue) = 65+43+190=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #412BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBE is #BED441. Grayscale: #414141. Windows color (decimal): -12506178 or 12462913. OLE color: 12462913.

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

Color convert

RGB 65 43 190 -
CMYK 0.66 0.77 0 0.25
HSL 248.98º 0.63% 0.46% -
HSV(B) 248.98º 0.77% 0.75% -
XYZ 12.34 6.57 49.33 -
YUV 66.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 65 43 190 0.66 0.77 0 0.25 248.98 0.63 0.46
Hex 41 2B BE 42 4D 0 19 F9 3F 2E
Octal 101 53 276 102 115 0 31 371 77 56
Binary 1000001 101011 10111110 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #412BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBE

Black with #412BBE

Text Example


Text Example

White with #412BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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