Html Css Color HEX #3C05B6 Purple Heart

📋 copy color: '#3C05B6'

red 60 ◦ green 5 ◦ blue 182

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

Shades of Purple Heart #3C05B6

Tints of Purple Heart #3C05B6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 182 (71.48% from 255) = 73.68%

R = 24.29%
G = 2.02%
B = 73.68%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C05B6 (or 0x3C05B6) is known color: Purple Heart. HEX triplet: 3C, 05 and B6. RGB value is (60,5,182). Sum of RGB (Red+Green+Blue) = 60+5+182=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C05B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05B6 is #C3FA49. Grayscale: #282828. Windows color (decimal): -12843594 or 11928892. OLE color: 11928892.

HSL color Cylindrical-coordinate representation of color #3C05B6: hue angle of 258.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C05B6 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 5 182 -
CMYK 0.67 0.97 0 0.29
HSL 258.64º 0.95% 0.37% -
HSV(B) 258.64º 0.97% 0.71% -
XYZ 10.36 4.45 44.57 -
YUV 41.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 60 5 182 0.67 0.97 0 0.29 258.64 0.95 0.37
Hex 3C 5 B6 43 61 0 1D 103 5F 25
Octal 74 5 266 103 141 0 35 403 137 45
Binary 111100 101 10110110 1000011 1100001 0 11101 100000011 1011111 100101

Color Harmonies of #3C05B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05B6

Black with #3C05B6

Text Example


Text Example

White with #3C05B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,5,182); }

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

background-color css

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

 a { background-color: rgb(60,5,182); }

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

border-color css

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

 span { border-color: rgb(60,5,182); }

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