Html Css Color HEX #3C13AE Purple Heart

📋 copy color: '#3C13AE'

red 60 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #3C13AE

Tints of Purple Heart #3C13AE

RGB

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

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

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

R = 23.72%
G = 7.51%
B = 68.77%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C13AE (or 0x3C13AE) is known color: Purple Heart. HEX triplet: 3C, 13 and AE. RGB value is (60,19,174). Sum of RGB (Red+Green+Blue) = 60+19+174=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C13AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C13AE is #C3EC51. Grayscale: #303030. Windows color (decimal): -12840018 or 11408188. OLE color: 11408188.

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

Color convert

RGB 60 19 174 -
CMYK 0.66 0.89 0 0.32
HSL 255.87º 0.8% 0.38% -
HSV(B) 255.87º 0.89% 0.68% -
XYZ 9.74 4.48 40.4 -
YUV 48.93 198.58 135.9 -
System Red Green Blue C M Y K H S L
Decimal 60 19 174 0.66 0.89 0 0.32 255.87 0.8 0.38
Hex 3C 13 AE 42 59 0 20 100 50 26
Octal 74 23 256 102 131 0 40 400 120 46
Binary 111100 10011 10101110 1000010 1011001 0 100000 100000000 1010000 100110

Color Harmonies of #3C13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C13AE

Black with #3C13AE

Text Example


Text Example

White with #3C13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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