Html Css Color HEX #3C10BB Purple Heart

📋 copy color: '#3C10BB'

red 60 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #3C10BB

Tints of Purple Heart #3C10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 22.81%
G = 6.08%
B = 71.1%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C10BB (or 0x3C10BB) is known color: Purple Heart. HEX triplet: 3C, 10 and BB. RGB value is (60,16,187). Sum of RGB (Red+Green+Blue) = 60+16+187=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10BB is #C3EF44. Grayscale: #303030. Windows color (decimal): -12840773 or 12259388. OLE color: 12259388.

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

Color convert

RGB 60 16 187 -
CMYK 0.68 0.91 0 0.27
HSL 255.44º 0.84% 0.4% -
HSV(B) 255.44º 0.91% 0.73% -
XYZ 11.02 4.92 47.38 -
YUV 48.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 60 16 187 0.68 0.91 0 0.27 255.44 0.84 0.4
Hex 3C 10 BB 44 5B 0 1B FF 54 28
Octal 74 20 273 104 133 0 33 377 124 50
Binary 111100 10000 10111011 1000100 1011011 0 11011 11111111 1010100 101000

Color Harmonies of #3C10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C10BB

Black with #3C10BB

Text Example


Text Example

White with #3C10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,16,187); }

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

background-color css

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

 a { background-color: rgb(60,16,187); }

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

border-color css

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

 span { border-color: rgb(60,16,187); }

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