Html Css Color HEX #4115AA Purple Heart

📋 copy color: '#4115AA'

red 65 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #4115AA

Tints of Purple Heart #4115AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 25.39%
G = 8.2%
B = 66.41%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4115AA (or 0x4115AA) is known color: Purple Heart. HEX triplet: 41, 15 and AA. RGB value is (65,21,170). Sum of RGB (Red+Green+Blue) = 65+21+170=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #4115AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4115AA is #BEEA55. Grayscale: #323232. Windows color (decimal): -12511830 or 11146561. OLE color: 11146561.

HSL color Cylindrical-coordinate representation of color #4115AA: hue angle of 257.72º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4115AA is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 21 170 -
CMYK 0.62 0.88 0 0.33
HSL 257.72º 0.78% 0.37% -
HSV(B) 257.72º 0.88% 0.67% -
XYZ 9.7 4.56 38.4 -
YUV 51.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 65 21 170 0.62 0.88 0 0.33 257.72 0.78 0.37
Hex 41 15 AA 3E 58 0 21 102 4E 25
Octal 101 25 252 76 130 0 41 402 116 45
Binary 1000001 10101 10101010 111110 1011000 0 100001 100000010 1001110 100101

Color Harmonies of #4115AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115AA

Black with #4115AA

Text Example


Text Example

White with #4115AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4115AA; }

 p { color: rgb(65,21,170); }

 H1.HeaderClassName
 {
   color: #4115AA;
 }
 .AnyTagClassName
 {
   color: #4115AA;
 }
</style>

background-color css

<style>
 a { background-color: #4115AA; }

 a { background-color: rgb(65,21,170); }

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

border-color css

<style>
 span { border-color: #4115AA; }

 span { border-color: rgb(65,21,170); }

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