Html Css Color HEX #3C1BCC Purple Heart

📋 copy color: '#3C1BCC'

red 60 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #3C1BCC

Tints of Purple Heart #3C1BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.28%

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

R = 20.62%
G = 9.28%
B = 70.1%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C1BCC (or 0x3C1BCC) is known color: Purple Heart. HEX triplet: 3C, 1B and CC. RGB value is (60,27,204). Sum of RGB (Red+Green+Blue) = 60+27+204=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C1BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1BCC is #C3E433. Grayscale: #383838. Windows color (decimal): -12837940 or 13376316. OLE color: 13376316.

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

Color convert

RGB 60 27 204 -
CMYK 0.71 0.87 0 0.2
HSL 251.19º 0.77% 0.45% -
HSV(B) 251.19º 0.87% 0.8% -
XYZ 13.15 6.1 57.61 -
YUV 57.05 210.93 130.11 -
System Red Green Blue C M Y K H S L
Decimal 60 27 204 0.71 0.87 0 0.2 251.19 0.77 0.45
Hex 3C 1B CC 47 57 0 14 FB 4D 2D
Octal 74 33 314 107 127 0 24 373 115 55
Binary 111100 11011 11001100 1000111 1010111 0 10100 11111011 1001101 101101

Color Harmonies of #3C1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1BCC

Black with #3C1BCC

Text Example


Text Example

White with #3C1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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