Html Css Color HEX #412DCE Purple Heart

📋 copy color: '#412DCE'

red 65 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #412DCE

Tints of Purple Heart #412DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 20.57%
G = 14.24%
B = 65.19%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#412DCE (or 0x412DCE) is known color: Purple Heart. HEX triplet: 41, 2D and CE. RGB value is (65,45,206). Sum of RGB (Red+Green+Blue) = 65+45+206=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #412DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DCE is #BED231. Grayscale: #444444. Windows color (decimal): -12505650 or 13512001. OLE color: 13512001.

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

Color convert

RGB 65 45 206 -
CMYK 0.68 0.78 0 0.19
HSL 247.45º 0.64% 0.49% -
HSV(B) 247.45º 0.78% 0.81% -
XYZ 14.26 7.46 59.08 -
YUV 69.33 205.13 124.91 -
System Red Green Blue C M Y K H S L
Decimal 65 45 206 0.68 0.78 0 0.19 247.45 0.64 0.49
Hex 41 2D CE 44 4E 0 13 F7 40 31
Octal 101 55 316 104 116 0 23 367 100 61
Binary 1000001 101101 11001110 1000100 1001110 0 10011 11110111 1000000 110001

Color Harmonies of #412DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DCE

Black with #412DCE

Text Example


Text Example

White with #412DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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