Html Css Color HEX #4113AF Purple Heart

📋 copy color: '#4113AF'

red 65 ◦ green 19 ◦ blue 175

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

Shades of Purple Heart #4113AF

Tints of Purple Heart #4113AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 25.1%
G = 7.34%
B = 67.57%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4113AF (or 0x4113AF) is known color: Purple Heart. HEX triplet: 41, 13 and AF. RGB value is (65,19,175). Sum of RGB (Red+Green+Blue) = 65+19+175=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #4113AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4113AF is #BEEC50. Grayscale: #313131. Windows color (decimal): -12512337 or 11473729. OLE color: 11473729.

HSL color Cylindrical-coordinate representation of color #4113AF: hue angle of 257.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4113AF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 19 175 -
CMYK 0.63 0.89 0 0.31
HSL 257.69º 0.8% 0.38% -
HSV(B) 257.69º 0.89% 0.69% -
XYZ 10.15 4.68 40.93 -
YUV 50.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 65 19 175 0.63 0.89 0 0.31 257.69 0.8 0.38
Hex 41 13 AF 3F 59 0 1F 102 50 26
Octal 101 23 257 77 131 0 37 402 120 46
Binary 1000001 10011 10101111 111111 1011001 0 11111 100000010 1010000 100110

Color Harmonies of #4113AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4113AF

Black with #4113AF

Text Example


Text Example

White with #4113AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4113AF; }

 p { color: rgb(65,19,175); }

 H1.HeaderClassName
 {
   color: #4113AF;
 }
 .AnyTagClassName
 {
   color: #4113AF;
 }
</style>

background-color css

<style>
 a { background-color: #4113AF; }

 a { background-color: rgb(65,19,175); }

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

border-color css

<style>
 span { border-color: #4113AF; }

 span { border-color: rgb(65,19,175); }

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