Html Css Color HEX #3C1FCC Purple Heart

📋 copy color: '#3C1FCC'

red 60 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #3C1FCC

Tints of Purple Heart #3C1FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

 BLUE value IS 204 (80.08% from 255) = 69.15%

R = 20.34%
G = 10.51%
B = 69.15%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C1FCC (or 0x3C1FCC) is known color: Purple Heart. HEX triplet: 3C, 1F and CC. RGB value is (60,31,204). Sum of RGB (Red+Green+Blue) = 60+31+204=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C1FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1FCC is #C3E033. Grayscale: #3A3A3A. Windows color (decimal): -12836916 or 13377340. OLE color: 13377340.

HSL color Cylindrical-coordinate representation of color #3C1FCC: hue angle of 250.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1FCC is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 31 204 -
CMYK 0.71 0.85 0 0.2
HSL 250.06º 0.74% 0.46% -
HSV(B) 250.06º 0.85% 0.8% -
XYZ 13.25 6.3 57.64 -
YUV 59.39 209.61 128.43 -
System Red Green Blue C M Y K H S L
Decimal 60 31 204 0.71 0.85 0 0.2 250.06 0.74 0.46
Hex 3C 1F CC 47 55 0 14 FA 4A 2E
Octal 74 37 314 107 125 0 24 372 112 56
Binary 111100 11111 11001100 1000111 1010101 0 10100 11111010 1001010 101110

Color Harmonies of #3C1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1FCC

Black with #3C1FCC

Text Example


Text Example

White with #3C1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,204); }

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

background-color css

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

 a { background-color: rgb(60,31,204); }

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

border-color css

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

 span { border-color: rgb(60,31,204); }

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