Html Css Color HEX #4110C9 Purple Heart

📋 copy color: '#4110C9'

red 65 ◦ green 16 ◦ blue 201

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

Shades of Purple Heart #4110C9

Tints of Purple Heart #4110C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 201 (78.91% from 255) = 71.28%

R = 23.05%
G = 5.67%
B = 71.28%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4110C9 (or 0x4110C9) is known color: Purple Heart. HEX triplet: 41, 10 and C9. RGB value is (65,16,201). Sum of RGB (Red+Green+Blue) = 65+16+201=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #4110C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4110C9 is #BEEF36. Grayscale: #333333. Windows color (decimal): -12513079 or 13176897. OLE color: 13176897.

HSL color Cylindrical-coordinate representation of color #4110C9: hue angle of 255.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4110C9 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 16 201 -
CMYK 0.68 0.92 0 0.21
HSL 255.89º 0.85% 0.43% -
HSV(B) 255.89º 0.92% 0.79% -
XYZ 12.91 5.71 55.68 -
YUV 51.74 212.23 137.46 -
System Red Green Blue C M Y K H S L
Decimal 65 16 201 0.68 0.92 0 0.21 255.89 0.85 0.43
Hex 41 10 C9 44 5C 0 15 100 55 2B
Octal 101 20 311 104 134 0 25 400 125 53
Binary 1000001 10000 11001001 1000100 1011100 0 10101 100000000 1010101 101011

Color Harmonies of #4110C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4110C9

Black with #4110C9

Text Example


Text Example

White with #4110C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4110C9; }

 p { color: rgb(65,16,201); }

 H1.HeaderClassName
 {
   color: #4110C9;
 }
 .AnyTagClassName
 {
   color: #4110C9;
 }
</style>

background-color css

<style>
 a { background-color: #4110C9; }

 a { background-color: rgb(65,16,201); }

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

border-color css

<style>
 span { border-color: #4110C9; }

 span { border-color: rgb(65,16,201); }

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