Html Css Color HEX #412ACD Purple Heart

📋 copy color: '#412ACD'

red 65 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #412ACD

Tints of Purple Heart #412ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

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

R = 20.83%
G = 13.46%
B = 65.71%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#412ACD (or 0x412ACD) is known color: Purple Heart. HEX triplet: 41, 2A and CD. RGB value is (65,42,205). Sum of RGB (Red+Green+Blue) = 65+42+205=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #412ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ACD is #BED532. Grayscale: #424242. Windows color (decimal): -12506419 or 13445697. OLE color: 13445697.

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

Color convert

RGB 65 42 205 -
CMYK 0.68 0.80 0 0.20
HSL 248.47º 0.66% 0.48% -
HSV(B) 248.47º 0.8% 0.8% -
XYZ 14.03 7.19 58.41 -
YUV 67.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 65 42 205 0.68 0.80 0 0.20 248.47 0.66 0.48
Hex 41 2A CD 44 50 0 14 F8 42 30
Octal 101 52 315 104 120 0 24 370 102 60
Binary 1000001 101010 11001101 1000100 1010000 0 10100 11111000 1000010 110000

Color Harmonies of #412ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ACD

Black with #412ACD

Text Example


Text Example

White with #412ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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