Html Css Color HEX #411CAF Purple Heart

📋 copy color: '#411CAF'

red 65 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #411CAF

Tints of Purple Heart #411CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 24.25%
G = 10.45%
B = 65.3%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#411CAF (or 0x411CAF) is known color: Purple Heart. HEX triplet: 41, 1C and AF. RGB value is (65,28,175). Sum of RGB (Red+Green+Blue) = 65+28+175=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #411CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411CAF is #BEE350. Grayscale: #373737. Windows color (decimal): -12510033 or 11476033. OLE color: 11476033.

HSL color Cylindrical-coordinate representation of color #411CAF: hue angle of 255.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411CAF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 28 175 -
CMYK 0.63 0.84 0 0.31
HSL 255.1º 0.72% 0.4% -
HSV(B) 255.1º 0.84% 0.69% -
XYZ 10.33 5.05 40.99 -
YUV 55.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 65 28 175 0.63 0.84 0 0.31 255.1 0.72 0.4
Hex 41 1C AF 3F 54 0 1F FF 48 28
Octal 101 34 257 77 124 0 37 377 110 50
Binary 1000001 11100 10101111 111111 1010100 0 11111 11111111 1001000 101000

Color Harmonies of #411CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CAF

Black with #411CAF

Text Example


Text Example

White with #411CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,175); }

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

background-color css

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

 a { background-color: rgb(65,28,175); }

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

border-color css

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

 span { border-color: rgb(65,28,175); }

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