Html Css Color HEX #3C21C2 Purple Heart

📋 copy color: '#3C21C2'

red 60 ◦ green 33 ◦ blue 194

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

Shades of Purple Heart #3C21C2

Tints of Purple Heart #3C21C2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 194 (76.17% from 255) = 67.6%

R = 20.91%
G = 11.5%
B = 67.6%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C21C2 (or 0x3C21C2) is known color: Purple Heart. HEX triplet: 3C, 21 and C2. RGB value is (60,33,194). Sum of RGB (Red+Green+Blue) = 60+33+194=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #3C21C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21C2 is #C3DE3D. Grayscale: #3A3A3A. Windows color (decimal): -12836414 or 12722492. OLE color: 12722492.

HSL color Cylindrical-coordinate representation of color #3C21C2: hue angle of 250.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C21C2 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 33 194 -
CMYK 0.69 0.83 0 0.24
HSL 250.06º 0.71% 0.45% -
HSV(B) 250.06º 0.83% 0.76% -
XYZ 12.14 5.94 51.55 -
YUV 59.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 60 33 194 0.69 0.83 0 0.24 250.06 0.71 0.45
Hex 3C 21 C2 45 53 0 18 FA 47 2D
Octal 74 41 302 105 123 0 30 372 107 55
Binary 111100 100001 11000010 1000101 1010011 0 11000 11111010 1000111 101101

Color Harmonies of #3C21C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21C2

Black with #3C21C2

Text Example


Text Example

White with #3C21C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,194); }

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

background-color css

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

 a { background-color: rgb(60,33,194); }

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

border-color css

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

 span { border-color: rgb(60,33,194); }

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