Html Css Color HEX #411CBC Purple Heart

📋 copy color: '#411CBC'

red 65 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #411CBC

Tints of Purple Heart #411CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 23.13%
G = 9.96%
B = 66.9%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#411CBC (or 0x411CBC) is known color: Purple Heart. HEX triplet: 41, 1C and BC. RGB value is (65,28,188). Sum of RGB (Red+Green+Blue) = 65+28+188=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #411CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CBC is #BEE343. Grayscale: #383838. Windows color (decimal): -12510020 or 12328001. OLE color: 12328001.

HSL color Cylindrical-coordinate representation of color #411CBC: hue angle of 253.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411CBC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 28 188 -
CMYK 0.65 0.85 0 0.26
HSL 253.88º 0.74% 0.42% -
HSV(B) 253.88º 0.85% 0.74% -
XYZ 11.67 5.59 48.04 -
YUV 57.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 65 28 188 0.65 0.85 0 0.26 253.88 0.74 0.42
Hex 41 1C BC 41 55 0 1A FE 4A 2A
Octal 101 34 274 101 125 0 32 376 112 52
Binary 1000001 11100 10111100 1000001 1010101 0 11010 11111110 1001010 101010

Color Harmonies of #411CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CBC

Black with #411CBC

Text Example


Text Example

White with #411CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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