Html Css Color HEX #3C0AB3 Purple Heart

📋 copy color: '#3C0AB3'

red 60 ◦ green 10 ◦ blue 179

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

Shades of Purple Heart #3C0AB3

Tints of Purple Heart #3C0AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 179 (70.31% from 255) = 71.89%

R = 24.1%
G = 4.02%
B = 71.89%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C0AB3 (or 0x3C0AB3) is known color: Purple Heart. HEX triplet: 3C, 0A and B3. RGB value is (60,10,179). Sum of RGB (Red+Green+Blue) = 60+10+179=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C0AB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0AB3 is #C3F54C. Grayscale: #2B2B2B. Windows color (decimal): -12842317 or 11733564. OLE color: 11733564.

HSL color Cylindrical-coordinate representation of color #3C0AB3: hue angle of 257.75º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0AB3 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 10 179 -
CMYK 0.66 0.94 0 0.30
HSL 257.75º 0.89% 0.37% -
HSV(B) 257.75º 0.94% 0.7% -
XYZ 10.11 4.43 42.97 -
YUV 44.22 204.07 139.26 -
System Red Green Blue C M Y K H S L
Decimal 60 10 179 0.66 0.94 0 0.30 257.75 0.89 0.37
Hex 3C A B3 42 5E 0 1E 102 59 25
Octal 74 12 263 102 136 0 36 402 131 45
Binary 111100 1010 10110011 1000010 1011110 0 11110 100000010 1011001 100101

Color Harmonies of #3C0AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0AB3

Black with #3C0AB3

Text Example


Text Example

White with #3C0AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,10,179); }

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

background-color css

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

 a { background-color: rgb(60,10,179); }

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

border-color css

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

 span { border-color: rgb(60,10,179); }

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