Html Css Color HEX #3C0BBA Purple Heart

📋 copy color: '#3C0BBA'

red 60 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #3C0BBA

Tints of Purple Heart #3C0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 23.35%
G = 4.28%
B = 72.37%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C0BBA (or 0x3C0BBA) is known color: Purple Heart. HEX triplet: 3C, 0B and BA. RGB value is (60,11,186). Sum of RGB (Red+Green+Blue) = 60+11+186=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BBA is #C3F445. Grayscale: #2C2C2C. Windows color (decimal): -12842054 or 12192572. OLE color: 12192572.

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

Color convert

RGB 60 11 186 -
CMYK 0.68 0.94 0 0.27
HSL 256.8º 0.89% 0.39% -
HSV(B) 256.8º 0.94% 0.73% -
XYZ 10.85 4.75 46.8 -
YUV 45.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 60 11 186 0.68 0.94 0 0.27 256.8 0.89 0.39
Hex 3C B BA 44 5E 0 1B 101 59 27
Octal 74 13 272 104 136 0 33 401 131 47
Binary 111100 1011 10111010 1000100 1011110 0 11011 100000001 1011001 100111

Color Harmonies of #3C0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0BBA

Black with #3C0BBA

Text Example


Text Example

White with #3C0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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