Html Css Color HEX #412EBC Purple Heart

📋 copy color: '#412EBC'

red 65 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #412EBC

Tints of Purple Heart #412EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 21.74%
G = 15.38%
B = 62.88%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#412EBC (or 0x412EBC) is known color: Purple Heart. HEX triplet: 41, 2E and BC. RGB value is (65,46,188). Sum of RGB (Red+Green+Blue) = 65+46+188=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #412EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412EBC is #BED143. Grayscale: #434343. Windows color (decimal): -12505412 or 12332609. OLE color: 12332609.

HSL color Cylindrical-coordinate representation of color #412EBC: hue angle of 248.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412EBC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 46 188 -
CMYK 0.65 0.76 0 0.26
HSL 248.03º 0.61% 0.46% -
HSV(B) 248.03º 0.76% 0.74% -
XYZ 12.23 6.71 48.23 -
YUV 67.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 65 46 188 0.65 0.76 0 0.26 248.03 0.61 0.46
Hex 41 2E BC 41 4C 0 1A F8 3D 2E
Octal 101 56 274 101 114 0 32 370 75 56
Binary 1000001 101110 10111100 1000001 1001100 0 11010 11111000 111101 101110

Color Harmonies of #412EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EBC

Black with #412EBC

Text Example


Text Example

White with #412EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,188); }

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

background-color css

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

 a { background-color: rgb(65,46,188); }

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

border-color css

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

 span { border-color: rgb(65,46,188); }

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