Html Css Color HEX #411ACE Purple Heart

📋 copy color: '#411ACE'

red 65 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #411ACE

Tints of Purple Heart #411ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 21.89%
G = 8.75%
B = 69.36%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#411ACE (or 0x411ACE) is known color: Purple Heart. HEX triplet: 41, 1A and CE. RGB value is (65,26,206). Sum of RGB (Red+Green+Blue) = 65+26+206=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #411ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ACE is #BEE531. Grayscale: #393939. Windows color (decimal): -12510514 or 13507137. OLE color: 13507137.

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

Color convert

RGB 65 26 206 -
CMYK 0.68 0.87 0 0.19
HSL 253º 0.78% 0.45% -
HSV(B) 253º 0.87% 0.81% -
XYZ 13.69 6.32 58.89 -
YUV 58.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 65 26 206 0.68 0.87 0 0.19 253 0.78 0.45
Hex 41 1A CE 44 57 0 13 FD 4E 2D
Octal 101 32 316 104 127 0 23 375 116 55
Binary 1000001 11010 11001110 1000100 1010111 0 10011 11111101 1001110 101101

Color Harmonies of #411ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ACE

Black with #411ACE

Text Example


Text Example

White with #411ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411ACE; }

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

 H1.HeaderClassName
 {
   color: #411ACE;
 }
 .AnyTagClassName
 {
   color: #411ACE;
 }
</style>

background-color css

<style>
 a { background-color: #411ACE; }

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

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

border-color css

<style>
 span { border-color: #411ACE; }

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

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