Html Css Color HEX #411CCC Purple Heart

📋 copy color: '#411CCC'

red 65 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #411CCC

Tints of Purple Heart #411CCC

RGB

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

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

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

R = 21.89%
G = 9.43%
B = 68.69%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#411CCC (or 0x411CCC) is known color: Purple Heart. HEX triplet: 41, 1C and CC. RGB value is (65,28,204). Sum of RGB (Red+Green+Blue) = 65+28+204=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #411CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CCC is #BEE333. Grayscale: #3A3A3A. Windows color (decimal): -12510004 or 13376577. OLE color: 13376577.

HSL color Cylindrical-coordinate representation of color #411CCC: hue angle of 252.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411CCC is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 28 204 -
CMYK 0.68 0.86 0 0.2
HSL 252.61º 0.76% 0.45% -
HSV(B) 252.61º 0.86% 0.8% -
XYZ 13.49 6.31 57.63 -
YUV 59.13 209.76 132.19 -
System Red Green Blue C M Y K H S L
Decimal 65 28 204 0.68 0.86 0 0.2 252.61 0.76 0.45
Hex 41 1C CC 44 56 0 14 FD 4C 2D
Octal 101 34 314 104 126 0 24 375 114 55
Binary 1000001 11100 11001100 1000100 1010110 0 10100 11111101 1001100 101101

Color Harmonies of #411CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CCC

Black with #411CCC

Text Example


Text Example

White with #411CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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