Html Css Color HEX #3C15B1 Purple Heart

📋 copy color: '#3C15B1'

red 60 ◦ green 21 ◦ blue 177

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

Shades of Purple Heart #3C15B1

Tints of Purple Heart #3C15B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 68.6%

R = 23.26%
G = 8.14%
B = 68.6%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C15B1 (or 0x3C15B1) is known color: Purple Heart. HEX triplet: 3C, 15 and B1. RGB value is (60,21,177). Sum of RGB (Red+Green+Blue) = 60+21+177=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C15B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C15B1 is #C3EA4E. Grayscale: #313131. Windows color (decimal): -12839503 or 11605308. OLE color: 11605308.

HSL color Cylindrical-coordinate representation of color #3C15B1: hue angle of 255º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C15B1 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 21 177 -
CMYK 0.66 0.88 0 0.31
HSL 255º 0.79% 0.39% -
HSV(B) 255º 0.88% 0.69% -
XYZ 10.07 4.67 41.97 -
YUV 50.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 60 21 177 0.66 0.88 0 0.31 255 0.79 0.39
Hex 3C 15 B1 42 58 0 1F FF 4F 27
Octal 74 25 261 102 130 0 37 377 117 47
Binary 111100 10101 10110001 1000010 1011000 0 11111 11111111 1001111 100111

Color Harmonies of #3C15B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C15B1

Black with #3C15B1

Text Example


Text Example

White with #3C15B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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