Html Css Color HEX #412DCA Purple Heart

📋 copy color: '#412DCA'

red 65 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #412DCA

Tints of Purple Heart #412DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 20.83%
G = 14.42%
B = 64.74%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#412DCA (or 0x412DCA) is known color: Purple Heart. HEX triplet: 41, 2D and CA. RGB value is (65,45,202). Sum of RGB (Red+Green+Blue) = 65+45+202=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #412DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DCA is #BED235. Grayscale: #444444. Windows color (decimal): -12505654 or 13249857. OLE color: 13249857.

HSL color Cylindrical-coordinate representation of color #412DCA: hue angle of 247.64º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412DCA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 45 202 -
CMYK 0.68 0.78 0 0.21
HSL 247.64º 0.64% 0.48% -
HSV(B) 247.64º 0.78% 0.79% -
XYZ 13.78 7.26 56.55 -
YUV 68.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 65 45 202 0.68 0.78 0 0.21 247.64 0.64 0.48
Hex 41 2D CA 44 4E 0 15 F8 40 30
Octal 101 55 312 104 116 0 25 370 100 60
Binary 1000001 101101 11001010 1000100 1001110 0 10101 11111000 1000000 110000

Color Harmonies of #412DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DCA

Black with #412DCA

Text Example


Text Example

White with #412DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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