Html Css Color HEX #3C05BA Purple Heart

📋 copy color: '#3C05BA'

red 60 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #3C05BA

Tints of Purple Heart #3C05BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 23.9%
G = 1.99%
B = 74.1%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C05BA (or 0x3C05BA) is known color: Purple Heart. HEX triplet: 3C, 05 and BA. RGB value is (60,5,186). Sum of RGB (Red+Green+Blue) = 60+5+186=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05BA is #C3FA45. Grayscale: #292929. Windows color (decimal): -12843590 or 12191036. OLE color: 12191036.

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

Color convert

RGB 60 5 186 -
CMYK 0.68 0.97 0 0.27
HSL 258.23º 0.95% 0.37% -
HSV(B) 258.23º 0.97% 0.73% -
XYZ 10.78 4.61 46.78 -
YUV 42.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 60 5 186 0.68 0.97 0 0.27 258.23 0.95 0.37
Hex 3C 5 BA 44 61 0 1B 102 5F 25
Octal 74 5 272 104 141 0 33 402 137 45
Binary 111100 101 10111010 1000100 1100001 0 11011 100000010 1011111 100101

Color Harmonies of #3C05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05BA

Black with #3C05BA

Text Example


Text Example

White with #3C05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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