Html Css Color HEX #3C1EBA Purple Heart

📋 copy color: '#3C1EBA'

red 60 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #3C1EBA

Tints of Purple Heart #3C1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 21.74%
G = 10.87%
B = 67.39%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C1EBA (or 0x3C1EBA) is known color: Purple Heart. HEX triplet: 3C, 1E and BA. RGB value is (60,30,186). Sum of RGB (Red+Green+Blue) = 60+30+186=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EBA is #C3E145. Grayscale: #383838. Windows color (decimal): -12837190 or 12197436. OLE color: 12197436.

HSL color Cylindrical-coordinate representation of color #3C1EBA: hue angle of 251.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1EBA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 30 186 -
CMYK 0.68 0.84 0 0.27
HSL 251.54º 0.72% 0.42% -
HSV(B) 251.54º 0.84% 0.73% -
XYZ 11.19 5.43 46.91 -
YUV 56.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 60 30 186 0.68 0.84 0 0.27 251.54 0.72 0.42
Hex 3C 1E BA 44 54 0 1B FC 48 2A
Octal 74 36 272 104 124 0 33 374 110 52
Binary 111100 11110 10111010 1000100 1010100 0 11011 11111100 1001000 101010

Color Harmonies of #3C1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1EBA

Black with #3C1EBA

Text Example


Text Example

White with #3C1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,30,186); }

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

background-color css

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

 a { background-color: rgb(60,30,186); }

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

border-color css

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

 span { border-color: rgb(60,30,186); }

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