Html Css Color HEX #4116CD Purple Heart

📋 copy color: '#4116CD'

red 65 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4116CD

Tints of Purple Heart #4116CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 22.26%
G = 7.53%
B = 70.21%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4116CD (or 0x4116CD) is known color: Purple Heart. HEX triplet: 41, 16 and CD. RGB value is (65,22,205). Sum of RGB (Red+Green+Blue) = 65+22+205=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #4116CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116CD is #BEE932. Grayscale: #373737. Windows color (decimal): -12511539 or 13440577. OLE color: 13440577.

HSL color Cylindrical-coordinate representation of color #4116CD: hue angle of 254.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4116CD is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 22 205 -
CMYK 0.68 0.89 0 0.20
HSL 254.1º 0.81% 0.45% -
HSV(B) 254.1º 0.89% 0.8% -
XYZ 13.49 6.11 58.23 -
YUV 55.72 212.25 134.62 -
System Red Green Blue C M Y K H S L
Decimal 65 22 205 0.68 0.89 0 0.20 254.1 0.81 0.45
Hex 41 16 CD 44 59 0 14 FE 51 2D
Octal 101 26 315 104 131 0 24 376 121 55
Binary 1000001 10110 11001101 1000100 1011001 0 10100 11111110 1010001 101101

Color Harmonies of #4116CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4116CD

Black with #4116CD

Text Example


Text Example

White with #4116CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4116CD; }

 p { color: rgb(65,22,205); }

 H1.HeaderClassName
 {
   color: #4116CD;
 }
 .AnyTagClassName
 {
   color: #4116CD;
 }
</style>

background-color css

<style>
 a { background-color: #4116CD; }

 a { background-color: rgb(65,22,205); }

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

border-color css

<style>
 span { border-color: #4116CD; }

 span { border-color: rgb(65,22,205); }

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