Html Css Color HEX #3C15AE Purple Heart

📋 copy color: '#3C15AE'

red 60 ◦ green 21 ◦ blue 174

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

Shades of Purple Heart #3C15AE

Tints of Purple Heart #3C15AE

RGB

 RED value IS 60 (23.83% from 255) = 23.53%

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 23.53%
G = 8.24%
B = 68.24%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C15AE (or 0x3C15AE) is known color: Purple Heart. HEX triplet: 3C, 15 and AE. RGB value is (60,21,174). Sum of RGB (Red+Green+Blue) = 60+21+174=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C15AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C15AE is #C3EA51. Grayscale: #313131. Windows color (decimal): -12839506 or 11408700. OLE color: 11408700.

HSL color Cylindrical-coordinate representation of color #3C15AE: hue angle of 255.29º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C15AE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 21 174 -
CMYK 0.66 0.88 0 0.32
HSL 255.29º 0.78% 0.38% -
HSV(B) 255.29º 0.88% 0.68% -
XYZ 9.77 4.55 40.41 -
YUV 50.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 60 21 174 0.66 0.88 0 0.32 255.29 0.78 0.38
Hex 3C 15 AE 42 58 0 20 FF 4E 26
Octal 74 25 256 102 130 0 40 377 116 46
Binary 111100 10101 10101110 1000010 1011000 0 100000 11111111 1001110 100110

Color Harmonies of #3C15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C15AE

Black with #3C15AE

Text Example


Text Example

White with #3C15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C15AE; }

 p { color: rgb(60,21,174); }

 H1.HeaderClassName
 {
   color: #3C15AE;
 }
 .AnyTagClassName
 {
   color: #3C15AE;
 }
</style>

background-color css

<style>
 a { background-color: #3C15AE; }

 a { background-color: rgb(60,21,174); }

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

border-color css

<style>
 span { border-color: #3C15AE; }

 span { border-color: rgb(60,21,174); }

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