Html Css Color HEX #412DC0 Purple Heart

📋 copy color: '#412DC0'

red 65 ◦ green 45 ◦ blue 192

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

Shades of Purple Heart #412DC0

Tints of Purple Heart #412DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 21.52%
G = 14.9%
B = 63.58%

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

#412DC0 (or 0x412DC0) is known color: Purple Heart. HEX triplet: 41, 2D and C0. RGB value is (65,45,192). Sum of RGB (Red+Green+Blue) = 65+45+192=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #412DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DC0 is #BED23F. Grayscale: #434343. Windows color (decimal): -12505664 or 12594497. OLE color: 12594497.

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

Color convert

RGB 65 45 192 -
CMYK 0.66 0.77 0 0.25
HSL 248.16º 0.62% 0.46% -
HSV(B) 248.16º 0.77% 0.75% -
XYZ 12.63 6.81 50.52 -
YUV 67.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 65 45 192 0.66 0.77 0 0.25 248.16 0.62 0.46
Hex 41 2D C0 42 4D 0 19 F8 3E 2E
Octal 101 55 300 102 115 0 31 370 76 56
Binary 1000001 101101 11000000 1000010 1001101 0 11001 11111000 111110 101110

Color Harmonies of #412DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DC0

Black with #412DC0

Text Example


Text Example

White with #412DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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