Html Css Color HEX #412CCD Purple Heart

📋 copy color: '#412CCD'

red 65 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #412CCD

Tints of Purple Heart #412CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 20.7%
G = 14.01%
B = 65.29%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#412CCD (or 0x412CCD) is known color: Purple Heart. HEX triplet: 41, 2C and CD. RGB value is (65,44,205). Sum of RGB (Red+Green+Blue) = 65+44+205=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #412CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CCD is #BED332. Grayscale: #444444. Windows color (decimal): -12505907 or 13446209. OLE color: 13446209.

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

Color convert

RGB 65 44 205 -
CMYK 0.68 0.79 0 0.20
HSL 247.83º 0.65% 0.49% -
HSV(B) 247.83º 0.79% 0.8% -
XYZ 14.1 7.33 58.43 -
YUV 68.63 204.96 125.41 -
System Red Green Blue C M Y K H S L
Decimal 65 44 205 0.68 0.79 0 0.20 247.83 0.65 0.49
Hex 41 2C CD 44 4F 0 14 F8 41 31
Octal 101 54 315 104 117 0 24 370 101 61
Binary 1000001 101100 11001101 1000100 1001111 0 10100 11111000 1000001 110001

Color Harmonies of #412CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CCD

Black with #412CCD

Text Example


Text Example

White with #412CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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