Html Css Color HEX #3C21CC Purple Heart

📋 copy color: '#3C21CC'

red 60 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #3C21CC

Tints of Purple Heart #3C21CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 20.2%
G = 11.11%
B = 68.69%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C21CC (or 0x3C21CC) is known color: Purple Heart. HEX triplet: 3C, 21 and CC. RGB value is (60,33,204). Sum of RGB (Red+Green+Blue) = 60+33+204=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C21CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21CC is #C3DE33. Grayscale: #3B3B3B. Windows color (decimal): -12836404 or 13377852. OLE color: 13377852.

HSL color Cylindrical-coordinate representation of color #3C21CC: hue angle of 249.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C21CC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 33 204 -
CMYK 0.71 0.84 0 0.2
HSL 249.47º 0.72% 0.46% -
HSV(B) 249.47º 0.84% 0.8% -
XYZ 13.31 6.41 57.66 -
YUV 60.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 60 33 204 0.71 0.84 0 0.2 249.47 0.72 0.46
Hex 3C 21 CC 47 54 0 14 F9 48 2E
Octal 74 41 314 107 124 0 24 371 110 56
Binary 111100 100001 11001100 1000111 1010100 0 10100 11111001 1001000 101110

Color Harmonies of #3C21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21CC

Black with #3C21CC

Text Example


Text Example

White with #3C21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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