Html Css Color HEX #411CCA Purple Heart

📋 copy color: '#411CCA'

red 65 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #411CCA

Tints of Purple Heart #411CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 22.03%
G = 9.49%
B = 68.47%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#411CCA (or 0x411CCA) is known color: Purple Heart. HEX triplet: 41, 1C and CA. RGB value is (65,28,202). Sum of RGB (Red+Green+Blue) = 65+28+202=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #411CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CCA is #BEE335. Grayscale: #3A3A3A. Windows color (decimal): -12510006 or 13245505. OLE color: 13245505.

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

Color convert

RGB 65 28 202 -
CMYK 0.68 0.86 0 0.21
HSL 252.76º 0.76% 0.45% -
HSV(B) 252.76º 0.86% 0.79% -
XYZ 13.26 6.22 56.38 -
YUV 58.9 208.76 132.35 -
System Red Green Blue C M Y K H S L
Decimal 65 28 202 0.68 0.86 0 0.21 252.76 0.76 0.45
Hex 41 1C CA 44 56 0 15 FD 4C 2D
Octal 101 34 312 104 126 0 25 375 114 55
Binary 1000001 11100 11001010 1000100 1010110 0 10101 11111101 1001100 101101

Color Harmonies of #411CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CCA

Black with #411CCA

Text Example


Text Example

White with #411CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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