Html Css Color HEX #3C01BA Purple Heart

📋 copy color: '#3C01BA'

red 60 ◦ green 1 ◦ blue 186

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

Shades of Purple Heart #3C01BA

Tints of Purple Heart #3C01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 24.29%
G = 0.4%
B = 75.3%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C01BA (or 0x3C01BA) is known color: Purple Heart. HEX triplet: 3C, 01 and BA. RGB value is (60,1,186). Sum of RGB (Red+Green+Blue) = 60+1+186=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01BA is #C3FE45. Grayscale: #272727. Windows color (decimal): -12844614 or 12190012. OLE color: 12190012.

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

Color convert

RGB 60 1 186 -
CMYK 0.68 0.99 0 0.27
HSL 259.14º 0.99% 0.37% -
HSV(B) 259.14º 0.99% 0.73% -
XYZ 10.74 4.53 46.76 -
YUV 39.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 60 1 186 0.68 0.99 0 0.27 259.14 0.99 0.37
Hex 3C 1 BA 44 63 0 1B 103 63 25
Octal 74 1 272 104 143 0 33 403 143 45
Binary 111100 1 10111010 1000100 1100011 0 11011 100000011 1100011 100101

Color Harmonies of #3C01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01BA

Black with #3C01BA

Text Example


Text Example

White with #3C01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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