Html Css Color HEX #3C16BD Purple Heart

📋 copy color: '#3C16BD'

red 60 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #3C16BD

Tints of Purple Heart #3C16BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 22.14%
G = 8.12%
B = 69.74%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C16BD (or 0x3C16BD) is known color: Purple Heart. HEX triplet: 3C, 16 and BD. RGB value is (60,22,189). Sum of RGB (Red+Green+Blue) = 60+22+189=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C16BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C16BD is #C3E942. Grayscale: #333333. Windows color (decimal): -12839235 or 12391996. OLE color: 12391996.

HSL color Cylindrical-coordinate representation of color #3C16BD: hue angle of 253.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C16BD is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 22 189 -
CMYK 0.68 0.88 0 0.26
HSL 253.65º 0.79% 0.41% -
HSV(B) 253.65º 0.88% 0.74% -
XYZ 11.34 5.21 48.55 -
YUV 52.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 60 22 189 0.68 0.88 0 0.26 253.65 0.79 0.41
Hex 3C 16 BD 44 58 0 1A FE 4F 29
Octal 74 26 275 104 130 0 32 376 117 51
Binary 111100 10110 10111101 1000100 1011000 0 11010 11111110 1001111 101001

Color Harmonies of #3C16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C16BD

Black with #3C16BD

Text Example


Text Example

White with #3C16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,22,189); }

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

background-color css

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

 a { background-color: rgb(60,22,189); }

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

border-color css

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

 span { border-color: rgb(60,22,189); }

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