Html Css Color HEX #412CD5 Purple Heart

📋 copy color: '#412CD5'

red 65 ◦ green 44 ◦ blue 213

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

Shades of Purple Heart #412CD5

Tints of Purple Heart #412CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 66.15%

R = 20.19%
G = 13.66%
B = 66.15%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#412CD5 (or 0x412CD5) is known color: Purple Heart. HEX triplet: 41, 2C and D5. RGB value is (65,44,213). Sum of RGB (Red+Green+Blue) = 65+44+213=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #412CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CD5 is #BED32A. Grayscale: #444444. Windows color (decimal): -12505899 or 13970497. OLE color: 13970497.

HSL color Cylindrical-coordinate representation of color #412CD5: hue angle of 247.46º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412CD5 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 44 213 -
CMYK 0.69 0.79 0 0.16
HSL 247.46º 0.67% 0.5% -
HSV(B) 247.46º 0.79% 0.84% -
XYZ 15.09 7.73 63.65 -
YUV 69.55 208.96 124.76 -
System Red Green Blue C M Y K H S L
Decimal 65 44 213 0.69 0.79 0 0.16 247.46 0.67 0.5
Hex 41 2C D5 45 4F 0 10 F7 43 32
Octal 101 54 325 105 117 0 20 367 103 62
Binary 1000001 101100 11010101 1000101 1001111 0 10000 11110111 1000011 110010

Color Harmonies of #412CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CD5

Black with #412CD5

Text Example


Text Example

White with #412CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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