Html Css Color HEX #3C1BCE Purple Heart

📋 copy color: '#3C1BCE'

red 60 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #3C1BCE

Tints of Purple Heart #3C1BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 20.48%
G = 9.22%
B = 70.31%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C1BCE (or 0x3C1BCE) is known color: Purple Heart. HEX triplet: 3C, 1B and CE. RGB value is (60,27,206). Sum of RGB (Red+Green+Blue) = 60+27+206=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C1BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1BCE is #C3E431. Grayscale: #383838. Windows color (decimal): -12837938 or 13507388. OLE color: 13507388.

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

Color convert

RGB 60 27 206 -
CMYK 0.71 0.87 0 0.19
HSL 251.06º 0.77% 0.46% -
HSV(B) 251.06º 0.87% 0.81% -
XYZ 13.4 6.2 58.88 -
YUV 57.27 211.93 129.95 -
System Red Green Blue C M Y K H S L
Decimal 60 27 206 0.71 0.87 0 0.19 251.06 0.77 0.46
Hex 3C 1B CE 47 57 0 13 FB 4D 2E
Octal 74 33 316 107 127 0 23 373 115 56
Binary 111100 11011 11001110 1000111 1010111 0 10011 11111011 1001101 101110

Color Harmonies of #3C1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1BCE

Black with #3C1BCE

Text Example


Text Example

White with #3C1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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