Html Css Color HEX #3C04C1 Purple Heart

📋 copy color: '#3C04C1'

red 60 ◦ green 4 ◦ blue 193

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

Shades of Purple Heart #3C04C1

Tints of Purple Heart #3C04C1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 193 (75.78% from 255) = 75.1%

R = 23.35%
G = 1.56%
B = 75.1%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C04C1 (or 0x3C04C1) is known color: Purple Heart. HEX triplet: 3C, 04 and C1. RGB value is (60,4,193). Sum of RGB (Red+Green+Blue) = 60+4+193=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C04C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04C1 is #C3FB3E. Grayscale: #292929. Windows color (decimal): -12843839 or 12649532. OLE color: 12649532.

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

Color convert

RGB 60 4 193 -
CMYK 0.69 0.98 0 0.24
HSL 257.78º 0.96% 0.39% -
HSV(B) 257.78º 0.98% 0.76% -
XYZ 11.53 4.9 50.79 -
YUV 42.29 213.05 140.63 -
System Red Green Blue C M Y K H S L
Decimal 60 4 193 0.69 0.98 0 0.24 257.78 0.96 0.39
Hex 3C 4 C1 45 62 0 18 102 60 27
Octal 74 4 301 105 142 0 30 402 140 47
Binary 111100 100 11000001 1000101 1100010 0 11000 100000010 1100000 100111

Color Harmonies of #3C04C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04C1

Black with #3C04C1

Text Example


Text Example

White with #3C04C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,193); }

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

background-color css

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

 a { background-color: rgb(60,4,193); }

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

border-color css

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

 span { border-color: rgb(60,4,193); }

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