Html Css Color HEX #3C15BF Purple Heart

📋 copy color: '#3C15BF'

red 60 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #3C15BF

Tints of Purple Heart #3C15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 22.06%
G = 7.72%
B = 70.22%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C15BF (or 0x3C15BF) is known color: Purple Heart. HEX triplet: 3C, 15 and BF. RGB value is (60,21,191). Sum of RGB (Red+Green+Blue) = 60+21+191=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15BF is #C3EA40. Grayscale: #333333. Windows color (decimal): -12839489 or 12522812. OLE color: 12522812.

HSL color Cylindrical-coordinate representation of color #3C15BF: hue angle of 253.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C15BF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 21 191 -
CMYK 0.69 0.89 0 0.25
HSL 253.76º 0.8% 0.42% -
HSV(B) 253.76º 0.89% 0.75% -
XYZ 11.54 5.26 49.7 -
YUV 52.04 206.42 133.68 -
System Red Green Blue C M Y K H S L
Decimal 60 21 191 0.69 0.89 0 0.25 253.76 0.8 0.42
Hex 3C 15 BF 45 59 0 19 FE 50 2A
Octal 74 25 277 105 131 0 31 376 120 52
Binary 111100 10101 10111111 1000101 1011001 0 11001 11111110 1010000 101010

Color Harmonies of #3C15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C15BF

Black with #3C15BF

Text Example


Text Example

White with #3C15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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