Html Css Color HEX #412DBC Purple Heart

📋 copy color: '#412DBC'

red 65 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #412DBC

Tints of Purple Heart #412DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 21.81%
G = 15.1%
B = 63.09%

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

#412DBC (or 0x412DBC) is known color: Purple Heart. HEX triplet: 41, 2D and BC. RGB value is (65,45,188). Sum of RGB (Red+Green+Blue) = 65+45+188=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #412DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DBC is #BED243. Grayscale: #424242. Windows color (decimal): -12505668 or 12332353. OLE color: 12332353.

HSL color Cylindrical-coordinate representation of color #412DBC: hue angle of 248.39º 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 #412DBC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 45 188 -
CMYK 0.65 0.76 0 0.26
HSL 248.39º 0.61% 0.46% -
HSV(B) 248.39º 0.76% 0.74% -
XYZ 12.2 6.63 48.21 -
YUV 67.28 196.13 126.37 -
System Red Green Blue C M Y K H S L
Decimal 65 45 188 0.65 0.76 0 0.26 248.39 0.61 0.46
Hex 41 2D BC 41 4C 0 1A F8 3D 2E
Octal 101 55 274 101 114 0 32 370 75 56
Binary 1000001 101101 10111100 1000001 1001100 0 11010 11111000 111101 101110

Color Harmonies of #412DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DBC

Black with #412DBC

Text Example


Text Example

White with #412DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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