Html Css Color HEX #3C1CCE Purple Heart

📋 copy color: '#3C1CCE'

red 60 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #3C1CCE

Tints of Purple Heart #3C1CCE

RGB

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

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

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

R = 20.41%
G = 9.52%
B = 70.07%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C1CCE (or 0x3C1CCE) is known color: Purple Heart. HEX triplet: 3C, 1C and CE. RGB value is (60,28,206). Sum of RGB (Red+Green+Blue) = 60+28+206=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1CCE is #C3E331. Grayscale: #393939. Windows color (decimal): -12837682 or 13507644. OLE color: 13507644.

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

Color convert

RGB 60 28 206 -
CMYK 0.71 0.86 0 0.19
HSL 250.79º 0.76% 0.46% -
HSV(B) 250.79º 0.86% 0.81% -
XYZ 13.42 6.25 58.89 -
YUV 57.86 211.6 129.53 -
System Red Green Blue C M Y K H S L
Decimal 60 28 206 0.71 0.86 0 0.19 250.79 0.76 0.46
Hex 3C 1C CE 47 56 0 13 FB 4C 2E
Octal 74 34 316 107 126 0 23 373 114 56
Binary 111100 11100 11001110 1000111 1010110 0 10011 11111011 1001100 101110

Color Harmonies of #3C1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1CCE

Black with #3C1CCE

Text Example


Text Example

White with #3C1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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