Html Css Color HEX #3C20CA Purple Heart

📋 copy color: '#3C20CA'

red 60 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #3C20CA

Tints of Purple Heart #3C20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 202 (79.3% from 255) = 68.71%

R = 20.41%
G = 10.88%
B = 68.71%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C20CA (or 0x3C20CA) is known color: Purple Heart. HEX triplet: 3C, 20 and CA. RGB value is (60,32,202). Sum of RGB (Red+Green+Blue) = 60+32+202=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20CA is #C3DF35. Grayscale: #3B3B3B. Windows color (decimal): -12836662 or 13246524. OLE color: 13246524.

HSL color Cylindrical-coordinate representation of color #3C20CA: hue angle of 249.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C20CA is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 32 202 -
CMYK 0.70 0.84 0 0.21
HSL 249.88º 0.73% 0.46% -
HSV(B) 249.88º 0.84% 0.79% -
XYZ 13.04 6.26 56.4 -
YUV 59.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 60 32 202 0.70 0.84 0 0.21 249.88 0.73 0.46
Hex 3C 20 CA 46 54 0 15 FA 49 2E
Octal 74 40 312 106 124 0 25 372 111 56
Binary 111100 100000 11001010 1000110 1010100 0 10101 11111010 1001001 101110

Color Harmonies of #3C20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C20CA

Black with #3C20CA

Text Example


Text Example

White with #3C20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,202); }

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

background-color css

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

 a { background-color: rgb(60,32,202); }

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

border-color css

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

 span { border-color: rgb(60,32,202); }

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