Html Css Color HEX #412DCC Purple Heart

📋 copy color: '#412DCC'

red 65 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #412DCC

Tints of Purple Heart #412DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 20.7%
G = 14.33%
B = 64.97%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#412DCC (or 0x412DCC) is known color: Purple Heart. HEX triplet: 41, 2D and CC. RGB value is (65,45,204). Sum of RGB (Red+Green+Blue) = 65+45+204=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #412DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DCC is #BED233. Grayscale: #444444. Windows color (decimal): -12505652 or 13380929. OLE color: 13380929.

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

Color convert

RGB 65 45 204 -
CMYK 0.68 0.78 0 0.2
HSL 247.55º 0.64% 0.49% -
HSV(B) 247.55º 0.78% 0.8% -
XYZ 14.02 7.36 57.81 -
YUV 69.11 204.13 125.07 -
System Red Green Blue C M Y K H S L
Decimal 65 45 204 0.68 0.78 0 0.2 247.55 0.64 0.49
Hex 41 2D CC 44 4E 0 14 F8 40 31
Octal 101 55 314 104 116 0 24 370 100 61
Binary 1000001 101101 11001100 1000100 1001110 0 10100 11111000 1000000 110001

Color Harmonies of #412DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DCC

Black with #412DCC

Text Example


Text Example

White with #412DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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