Html Css Color HEX #3C0FBC Purple Heart

📋 copy color: '#3C0FBC'

red 60 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #3C0FBC

Tints of Purple Heart #3C0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 22.81%
G = 5.7%
B = 71.48%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C0FBC (or 0x3C0FBC) is known color: Purple Heart. HEX triplet: 3C, 0F and BC. RGB value is (60,15,188). Sum of RGB (Red+Green+Blue) = 60+15+188=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FBC is #C3F043. Grayscale: #2F2F2F. Windows color (decimal): -12841028 or 12324668. OLE color: 12324668.

HSL color Cylindrical-coordinate representation of color #3C0FBC: hue angle of 255.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0FBC is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 15 188 -
CMYK 0.68 0.92 0 0.26
HSL 255.61º 0.85% 0.4% -
HSV(B) 255.61º 0.92% 0.74% -
XYZ 11.11 4.93 47.94 -
YUV 48.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 60 15 188 0.68 0.92 0 0.26 255.61 0.85 0.4
Hex 3C F BC 44 5C 0 1A 100 55 28
Octal 74 17 274 104 134 0 32 400 125 50
Binary 111100 1111 10111100 1000100 1011100 0 11010 100000000 1010101 101000

Color Harmonies of #3C0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FBC

Black with #3C0FBC

Text Example


Text Example

White with #3C0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,15,188); }

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

background-color css

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

 a { background-color: rgb(60,15,188); }

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

border-color css

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

 span { border-color: rgb(60,15,188); }

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