Html Css Color HEX #3C00BF Purple Heart

📋 copy color: '#3C00BF'

red 60 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #3C00BF

Tints of Purple Heart #3C00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 76.1%

R = 23.9%
G = 0%
B = 76.1%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C00BF (or 0x3C00BF) is known color: Purple Heart. HEX triplet: 3C, 00 and BF. RGB value is (60,0,191). Sum of RGB (Red+Green+Blue) = 60+0+191=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00BF is #C3FF40. Grayscale: #272727. Windows color (decimal): -12844865 or 12517436. OLE color: 12517436.

HSL color Cylindrical-coordinate representation of color #3C00BF: hue angle of 258.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00BF is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 0 191 -
CMYK 0.69 1 0 0.25
HSL 258.85º 1% 0.37% -
HSV(B) 258.85º 1% 0.75% -
XYZ 11.27 4.72 49.61 -
YUV 39.71 213.38 142.47 -
System Red Green Blue C M Y K H S L
Decimal 60 0 191 0.69 1 0 0.25 258.85 1 0.37
Hex 3C 0 BF 45 64 0 19 103 64 25
Octal 74 0 277 105 144 0 31 403 144 45
Binary 111100 0 10111111 1000101 1100100 0 11001 100000011 1100100 100101

Color Harmonies of #3C00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C00BF

Black with #3C00BF

Text Example


Text Example

White with #3C00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,0,191); }

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

background-color css

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

 a { background-color: rgb(60,0,191); }

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

border-color css

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

 span { border-color: rgb(60,0,191); }

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