Html Css Color HEX #3C1CBF Purple Heart

📋 copy color: '#3C1CBF'

red 60 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #3C1CBF

Tints of Purple Heart #3C1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 21.51%
G = 10.04%
B = 68.46%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C1CBF (or 0x3C1CBF) is known color: Purple Heart. HEX triplet: 3C, 1C and BF. RGB value is (60,28,191). Sum of RGB (Red+Green+Blue) = 60+28+191=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1CBF is #C3E340. Grayscale: #373737. Windows color (decimal): -12837697 or 12524604. OLE color: 12524604.

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

Color convert

RGB 60 28 191 -
CMYK 0.69 0.85 0 0.25
HSL 251.78º 0.74% 0.43% -
HSV(B) 251.78º 0.85% 0.75% -
XYZ 11.68 5.55 49.75 -
YUV 56.15 204.1 130.75 -
System Red Green Blue C M Y K H S L
Decimal 60 28 191 0.69 0.85 0 0.25 251.78 0.74 0.43
Hex 3C 1C BF 45 55 0 19 FC 4A 2B
Octal 74 34 277 105 125 0 31 374 112 53
Binary 111100 11100 10111111 1000101 1010101 0 11001 11111100 1001010 101011

Color Harmonies of #3C1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1CBF

Black with #3C1CBF

Text Example


Text Example

White with #3C1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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