Html Css Color HEX #3C04C4 Purple Heart

📋 copy color: '#3C04C4'

red 60 ◦ green 4 ◦ blue 196

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

Shades of Purple Heart #3C04C4

Tints of Purple Heart #3C04C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 75.38%

R = 23.08%
G = 1.54%
B = 75.38%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3C04C4 (or 0x3C04C4) is known color: Purple Heart. HEX triplet: 3C, 04 and C4. RGB value is (60,4,196). Sum of RGB (Red+Green+Blue) = 60+4+196=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 196 (76.95% from 255 or 75.38% from 260); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C04C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04C4 is #C3FB3B. Grayscale: #292929. Windows color (decimal): -12843836 or 12846140. OLE color: 12846140.

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

Color convert

RGB 60 4 196 -
CMYK 0.69 0.98 0 0.23
HSL 257.5º 0.96% 0.39% -
HSV(B) 257.5º 0.98% 0.77% -
XYZ 11.87 5.03 52.57 -
YUV 42.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 60 4 196 0.69 0.98 0 0.23 257.5 0.96 0.39
Hex 3C 4 C4 45 62 0 17 102 60 27
Octal 74 4 304 105 142 0 27 402 140 47
Binary 111100 100 11000100 1000101 1100010 0 10111 100000010 1100000 100111

Color Harmonies of #3C04C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04C4

Black with #3C04C4

Text Example


Text Example

White with #3C04C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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