Html Css Color HEX #3C19B2 Purple Heart

📋 copy color: '#3C19B2'

red 60 ◦ green 25 ◦ blue 178

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

Shades of Purple Heart #3C19B2

Tints of Purple Heart #3C19B2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 178 (69.92% from 255) = 67.68%

R = 22.81%
G = 9.51%
B = 67.68%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C19B2 (or 0x3C19B2) is known color: Purple Heart. HEX triplet: 3C, 19 and B2. RGB value is (60,25,178). Sum of RGB (Red+Green+Blue) = 60+25+178=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C19B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C19B2 is #C3E64D. Grayscale: #343434. Windows color (decimal): -12838478 or 11671868. OLE color: 11671868.

HSL color Cylindrical-coordinate representation of color #3C19B2: hue angle of 253.73º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C19B2 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 25 178 -
CMYK 0.66 0.86 0 0.30
HSL 253.73º 0.75% 0.4% -
HSV(B) 253.73º 0.86% 0.7% -
XYZ 10.25 4.87 42.52 -
YUV 52.91 198.6 133.06 -
System Red Green Blue C M Y K H S L
Decimal 60 25 178 0.66 0.86 0 0.30 253.73 0.75 0.4
Hex 3C 19 B2 42 56 0 1E FE 4B 28
Octal 74 31 262 102 126 0 36 376 113 50
Binary 111100 11001 10110010 1000010 1010110 0 11110 11111110 1001011 101000

Color Harmonies of #3C19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C19B2

Black with #3C19B2

Text Example


Text Example

White with #3C19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,178); }

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

background-color css

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

 a { background-color: rgb(60,25,178); }

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

border-color css

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

 span { border-color: rgb(60,25,178); }

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